python3Packages.peewee-migrate: 1.13.0 -> 1.14.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:47 +01:00
parent 3039edfaf9
commit b8a538bb62
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "peewee-migrate";
version = "1.13.0";
version = "1.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "klen";
repo = "peewee_migrate";
tag = version;
hash = "sha256-sC63WH/4EmoQYfvl3HyBHDzT/jMZW/G7mTC138+ZHHU=";
hash = "sha256-WO6XTlHenEh8gO1eYJHaysQFMMmAOAdHYcISBZaNcrE=";
};
postPatch = ''