python311Packages.riscv-isac: 0.17.0 -> 0.18.0

This commit is contained in:
R. Ryantm 2023-07-28 14:40:24 +00:00
parent 570f93b3e2
commit 20e6ef62a7

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 = ''