python311Packages.peewee: 3.17.1 -> 3.17.3

This commit is contained in:
R. Ryantm 2024-04-19 22:34:35 +00:00
parent 716b484fae
commit 67f9a8a51e

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.17.1";
version = "3.17.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "coleifer";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Gob2qBPPxAeIO/I7+9r4dBIxhvKnnZWD2nYcrMANM8U=";
hash = "sha256-F0bv9J2etrVF8wMU3caQ1ZA6TmQQOPTZWFjGsKOEPwo=";
};
buildInputs = [