0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python312Packages.peewee-migrate: 1.12.2 -> 1.13.0

https://github.com/klen/peewee_migrate/compare/refs/tags/1.12.2...1.13.0
This commit is contained in:
Martin Weinelt 2024-07-18 01:44:32 +02:00
parent cd11fe5cf6
commit 2c2f0783d3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "peewee-migrate";
version = "1.12.2";
version = "1.13.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "klen";
repo = "peewee_migrate";
rev = "refs/tags/${version}";
hash = "sha256-jxM2cvlDsoiUlVoxdS3wpUKlwMveMraiR431A8kIdgI=";
hash = "sha256-sC63WH/4EmoQYfvl3HyBHDzT/jMZW/G7mTC138+ZHHU=";
};
postPatch = ''