python310Packages.wtf-peewee: 3.0.4 -> 3.0.5

This commit is contained in:
R. Ryantm 2023-11-12 06:11:02 +00:00
parent 647a6f42ee
commit 79283256c9

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "wtf-peewee";
version = "3.0.4";
version = "3.0.5";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-cTbYRdvAUTY86MPR33BH+nA6H/epR8sgHDgOBQ/TUkQ=";
hash = "sha256-LQbOWg65rPTSLRVK5vvqmdsRsXaDgcYZ54oqxgpWGRU=";
};
nativeBuildInputs = [