python313Packages.pyrisco: 0.6.5 -> 0.6.6

Diff: https://github.com/OnFreund/pyrisco/compare/refs/tags/v0.6.5...v0.6.6

Changelog: https://github.com/OnFreund/pyrisco/releases/tag/v0.6.6
This commit is contained in:
Fabian Affolter
2025-02-08 12:24:16 +01:00
parent e986f75996
commit ecad688a1e
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyrisco";
version = "0.6.5";
version = "0.6.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "OnFreund";
repo = "pyrisco";
tag = "v${version}";
hash = "sha256-V+Wez9r/AoyNkR77yJTV3/9Kl0PHGw9kbQbzGauWEfc=";
hash = "sha256-iPtrpxssDEZTlxGtZ0xa1pfzN7wQu1gcQUl4zXPBhm8=";
};
build-system = [ setuptools ];