python312Packages.wtf-peewee: 3.0.5 -> 3.0.6 (#361014)

This commit is contained in:
Nick Cao
2024-12-02 08:53:29 -05:00
committed by GitHub
@@ -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 ];