python3Packages.peewee: 3.16.2 -> 3.16.3

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:54 +02:00
parent df2b75ab6e
commit 89df157e38
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.16.2";
version = "3.16.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "coleifer";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-eHTbVhgVqxMR3ZuaC6FPyYbxRpRBi53EfDqERpPBjVQ=";
hash = "sha256-QeJaGTKZHmzN+J8uUGXQJXCTINX7iP30u+s+GDP/kpQ=";
};
buildInputs = [