python312Packages.wtf-peewee: 3.0.5 -> 3.0.6

This commit is contained in:
R. Ryantm
2024-12-02 08:09:34 +00:00
parent 0b3b7f5650
commit dfc7089155
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "wtf-peewee";
version = "3.0.5";
version = "3.0.6";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-LQbOWg65rPTSLRVK5vvqmdsRsXaDgcYZ54oqxgpWGRU=";
hash = "sha256-gZZEam46tk8SJ/ulqKsxvoF3X3PYGfdfyv7P1cDAC5I=";
};
nativeBuildInputs = [ setuptools ];