python312Packages.pyrisco: 0.5.10 -> 0.6.0

https://github.com/OnFreund/pyrisco/releases/tag/v0.6.0
This commit is contained in:
Martin Weinelt 2024-04-03 22:11:00 +02:00
parent 75b9d815a7
commit 2110e197e8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

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