python311Packages.pyrisco: 0.5.9 -> 0.5.10

Diff: https://github.com/OnFreund/pyrisco/compare/refs/tags/v0.5.9...v0.5.10

Changelog: https://github.com/OnFreund/pyrisco/releases/tag/v0.5.10
This commit is contained in:
Fabian Affolter 2024-02-27 22:55:15 +01:00
parent 5da476bbce
commit feaff89415

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyrisco";
version = "0.5.9";
version = "0.5.10";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "OnFreund";
repo = "pyrisco";
rev = "refs/tags/v${version}";
hash = "sha256-qapJcYesOddXFChApFT7hvxLblUigDW40zRe6CYWx+s=";
hash = "sha256-3wa6hayyjWdDVqbLPCqIZ4lgcy1/EdFH4ZVggSRizZU=";
};
nativeBuildInputs = [