pony: sync to master

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-11 20:53:21 +02:00
parent 3ba9d87219
commit 5fbf266c23

View File

@@ -21,14 +21,6 @@ buildPythonPackage rec {
rev = "refs/tags/v${version}";
hash = "sha256-wBqw+YHKlxYplgsYL1pbkusHyPfCaVPcH/Yku6WDYbE=";
};
patches = [
# https://github.com/ponyorm/pony/pull/713
(fetchpatch {
name = "py12-compat.patch";
url = "https://github.com/ponyorm/pony/pull/713/commits/5a37f6d59b6433d17d6d56b54f3726190e98c98f.patch";
hash = "sha256-niOoANOYHqrcmEXRZEDew2BM8P/s7UFnn0qpgB8V0Mk=";
})
];
patches = [
# https://github.com/ponyorm/pony/pull/713