Skip to content

Commit

Permalink
python310Packages.regenmaschine: 2022.09.0 -> 2022.09.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 14, 2022
1 parent 2fc8a03 commit 1738ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/regenmaschine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "regenmaschine";
version = "2022.09.0";
version = "2022.09.1";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-DEa9bh6dOBMyqgts9UoFOfC97vaZ4d6NPYlKC8ayrgk=";
sha256 = "sha256-mii7D93hi+i1F5shED21RoOtN2/RNoYG8vA/+qF8nEY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1738ee4

Please sign in to comment.