Merge pull request #291928 from fabaff/pyrisco-bump

python311Packages.pyrisco: 0.5.9 -> 0.5.10
This commit is contained in:
Fabian Affolter 2024-02-28 09:31:21 +01:00 committed by GitHub
commit 3614799be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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