Merge pull request #299147 from r-ryantm/auto-update/python312Packages.riscv-config

python312Packages.riscv-config: 3.17.0 -> 3.17.1
This commit is contained in:
Nick Cao 2024-03-26 09:36:29 -04:00 committed by GitHub
commit dc146ec3e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "riscv-config";
version = "3.17.0";
version = "3.17.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-dMs900w5sXggqxU+2W8qKrKjGpyrXhA2QEbXQeaKZTs=";
hash = "sha256-M36xS9rBnCPHWmHvAA6qC9J21K/zIjgsqEyhApJDKrE=";
};
propagatedBuildInputs = [