python310Packages.riscv-isac: 0.16.1 -> 0.17.0

This commit is contained in:
R. Ryantm
2023-05-11 05:03:17 +00:00
parent c1052699c0
commit bb034f61a2
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "riscv-isac";
version = "0.16.1";
version = "0.17.0";
src = fetchFromGitHub {
owner = "riscv-software-src";
repo = pname;
rev = version;
hash = "sha256-Krjr9bvpoOeNfMbYj/QbJ+Y+AVLjwrzj8KKMUXCfnMA=";
rev = "refs/tags/${version}";
hash = "sha256-I0RsvSCrSlNGVj8z+WUQx6vbdNkKCRyMFvNx+0mTBAE=";
};
postPatch = "substituteInPlace riscv_isac/requirements.txt --replace 'pyelftools==0.26' pyelftools";