Skip to content

Commit

Permalink
python311Packages.pyrisco: 0.5.8 -> 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Feb 14, 2024
1 parent ba55780 commit 50438a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyrisco/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "pyrisco";
version = "0.5.8";
version = "0.5.9";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "OnFreund";
repo = "pyrisco";
rev = "refs/tags/v${version}";
hash = "sha256-PQ1h9UVQ2DQMInxdAaLES7uDWAxwDra+YfAmz5jjV6g=";
hash = "sha256-qapJcYesOddXFChApFT7hvxLblUigDW40zRe6CYWx+s=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 50438a5

Please sign in to comment.