Merge pull request #232559 from r-ryantm/auto-update/python310Packages.regenmaschine

python310Packages.regenmaschine: 2023.05.0 -> 2023.05.1
This commit is contained in:
Fabian Affolter
2023-05-18 15:36:31 +02:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "regenmaschine";
version = "2023.05.0";
version = "2023.05.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-u6GHDiTGa7v9tK/4VTVPQL/2kjomo0x/EGC7LD8lMvM=";
hash = "sha256-8+lHfepVvR1+est5RImV4L3PHtME1o8xRX2cI1YpUKI=";
};
nativeBuildInputs = [