python312Packages.pyrisco: 0.6.2 -> 0.6.3

Diff: https://github.com/OnFreund/pyrisco/compare/refs/tags/v0.6.2...v0.6.3

Changelog: https://github.com/OnFreund/pyrisco/releases/tag/v0.6.3
This commit is contained in:
Fabian Affolter 2024-06-18 00:38:08 +02:00
parent eac26e9d22
commit e4d27c70cf

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyrisco";
version = "0.6.2";
version = "0.6.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "OnFreund";
repo = "pyrisco";
rev = "refs/tags/v${version}";
hash = "sha256-sksM84BvBVfegYtRo1NNRbDvqNCr/V4K2Ol9X2Il8D0=";
hash = "sha256-E/KVQSoyJWJJ+UFtu3SzJDfXu2cj7A0puYgcUxrHKRo=";
};
build-system = [ setuptools ];