From 02384f7909dfe6b74af88660d94b4f5db8fe0f58 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 16 May 2024 17:10:22 +0200 Subject: [PATCH] python312Packages.pyrisco: 0.6.1 -> 0.6.2 Diff: https://github.com/OnFreund/pyrisco/compare/refs/tags/v0.6.1...v0.6.2 Changelog: https://github.com/OnFreund/pyrisco/releases/tag/v0.6.2 --- pkgs/development/python-modules/pyrisco/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyrisco/default.nix b/pkgs/development/python-modules/pyrisco/default.nix index ee84881ff5f9..129d5935fb35 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 ];