about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-16 20:13:57 +0200
committerGitHub <noreply@github.com>2024-05-16 20:13:57 +0200
commite45e215bf6651ae835f474d78420311fd9cff6c5 (patch)
treebd51faad4c30d55e3518c6f9d294f4779a4e62d7 /pkgs/development
parent628753baa575b9dbf516a1f477d122612ab7717d (diff)
parent02384f7909dfe6b74af88660d94b4f5db8fe0f58 (diff)
Merge pull request #312236 from fabaff/pyrisco-bump
python312Packages.pyrisco: 0.6.1 -> 0.6.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/pyrisco/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyrisco/default.nix b/pkgs/development/python-modules/pyrisco/default.nix
index ee84881ff5f9b..129d5935fb351 100644
--- a/pkgs/development/python-modules/pyrisco/default.nix
+++ b/pkgs/development/python-modules/pyrisco/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "pyrisco";
-  version = "0.6.1";
+  version = "0.6.2";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "OnFreund";
     repo = "pyrisco";
     rev = "refs/tags/v${version}";
-    hash = "sha256-NviB3C+YApOo3WGQ1L8Qwyh8C9l8sCgaSA+xn2wYhjg=";
+    hash = "sha256-sksM84BvBVfegYtRo1NNRbDvqNCr/V4K2Ol9X2Il8D0=";
   };
 
   build-system = [ setuptools ];