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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user