python311Packages.riscv-config: 3.18.1 -> 3.18.2

This commit is contained in:
R. Ryantm
2024-05-03 08:44:41 +00:00
parent 79691a0162
commit f170378229
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "riscv-config";
version = "3.18.1";
version = "3.18.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "riscv-software-src";
repo = "riscv-config";
rev = "refs/tags/${version}";
hash = "sha256-lBjSHfnuNPi4Ks5ZCRLqJx3/l4GMmMEEIud8ZVl/S4Q=";
hash = "sha256-ADmf7EN3D+8isZRFx6WRMYq91YHunGavuwy3a3M3gCc=";
};
pythonRelaxDeps = [ "pyyaml" ];