Merge pull request #245887 from r-ryantm/auto-update/python311Packages.riscv-isac

python311Packages.riscv-isac: 0.17.0 -> 0.18.0
This commit is contained in:
Nick Cao 2023-07-28 18:26:05 -06:00 committed by GitHub
commit a324350738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "riscv-isac";
version = "0.17.0";
version = "0.18.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "riscv-software-src";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-I0RsvSCrSlNGVj8z+WUQx6vbdNkKCRyMFvNx+0mTBAE=";
hash = "sha256-7CWUyYwzynFq/Qk5SzQB+ljsVVI98kPPDT63Emhqihw=";
};
postPatch = ''