Merge pull request #305411 from r-ryantm/auto-update/python311Packages.peewee

python311Packages.peewee: 3.17.1 -> 3.17.3
This commit is contained in:
Weijia Wang 2024-05-04 18:18:54 +02:00 committed by GitHub
commit 4a967d625b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [