python312Packages.riscv-config: 3.18.0 -> 3.18.1

This commit is contained in:
R. Ryantm 2024-04-11 16:11:47 +00:00
parent c81c241415
commit 5e43e4eb1b
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "riscv-config";
version = "3.18.0";
version = "3.18.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "riscv-software-src";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-3QjPJRFb7X23jZICRx4ZJlnuhe+RN6GcKeypoKtK2bk=";
hash = "sha256-lBjSHfnuNPi4Ks5ZCRLqJx3/l4GMmMEEIud8ZVl/S4Q=";
};
propagatedBuildInputs = [