python312Packages.pony: 0.7.18 -> 0.7.19 (#338732)

This commit is contained in:
Nick Cao 2024-09-01 07:05:10 -04:00 committed by GitHub
commit 6acc50f7b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pony";
version = "0.7.18";
version = "0.7.19";
pyproject = true;
disabled = pythonOlder "3.8" || pythonAtLeast "3.13";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "ponyorm";
repo = "pony";
rev = "refs/tags/v${version}";
hash = "sha256-2qGkHPBbfFrjJatKVa44bDbn/i3/YH/8LWd8CXyFRqo=";
hash = "sha256-fYzwdHRB9QrIJPEk8dqtPggSnJeugDyC9zQSM6u3rN0=";
};
build-system = [ setuptools ];