python3Packages.peewee: 3.17.0 -> 3.17.1

This commit is contained in:
Martin Weinelt
2024-03-12 18:24:38 +01:00
parent cc1585f054
commit 764d5caa19
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.17.0";
version = "3.17.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "coleifer";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-QbbwC55q/BjMGtm3fH8HPd0aETMzLAFwVYFvOS/4dqA=";
hash = "sha256-Gob2qBPPxAeIO/I7+9r4dBIxhvKnnZWD2nYcrMANM8U=";
};
buildInputs = [