python310Packages.regenmaschine: 2023.11.0 -> 2023.12.0

This commit is contained in:
R. Ryantm
2023-12-22 10:34:38 +00:00
parent 1bf9271a09
commit 90493f9411
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "regenmaschine";
version = "2023.11.0";
version = "2023.12.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = "regenmaschine";
rev = "refs/tags/${version}";
hash = "sha256-FRfw3B2zHEspKf1LENrB3Ayu6/t3hyS8sjuwoBC5Lfk=";
hash = "sha256-9VBqLmbWJCrfDw9T1qmE9KkdlS+MDnvoG8O9dPCuJDs=";
};
nativeBuildInputs = [