Merge pull request #308750 from r-ryantm/auto-update/python311Packages.riscv-config

python311Packages.riscv-config: 3.18.1 -> 3.18.2
This commit is contained in:
Nick Cao
2024-05-04 09:52:07 -04:00
committed by GitHub
@@ -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" ];