python3Packages.cadwyn: 6.2.2 -> 7.0.0

Diff: https://github.com/zmievsa/cadwyn/compare/6.2.2...7.0.0

Changelog: https://github.com/zmievsa/cadwyn/releases/tag/7.0.0
This commit is contained in:
Sergei Volkov
2026-06-08 14:02:59 +02:00
parent f1de726c65
commit 3cd0368ae4
@@ -27,18 +27,16 @@
buildPythonPackage (finalAttrs: {
pname = "cadwyn";
version = "6.2.2";
version = "7.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zmievsa";
repo = "cadwyn";
tag = finalAttrs.version;
hash = "sha256-IM/7IF3zQHaJWlMmG3el9x4/BOFTXYUmJq4gRLP4gVs=";
hash = "sha256-UI5gD4WXzn3a/7SDNKGvfGLRteMmCD/yHMEoXZ8By+A=";
};
disabled = pythonAtLeast "3.14";
build-system = [ hatchling ];
dependencies = [