Skip to content

Commit a0738ff

Browse files
authored
Merge pull request #335336 from dotlambda/python3Packages.klein
python312Packages.klein: unstable-2023-09-05 -> 24.8.0
2 parents e876aa2 + bc31f8c commit a0738ff

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

pkgs/development/python-modules/klein/default.nix

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
# build-system
88
setuptools,
9-
wheel,
109

1110
# dependencies
1211
attrs,
@@ -25,24 +24,24 @@
2524

2625
buildPythonPackage rec {
2726
pname = "klein";
28-
version = "unstable-2023-09-05";
29-
format = "pyproject";
27+
version = "24.8.0";
28+
pyproject = true;
3029

3130
disabled = pythonOlder "3.7";
3231

3332
src = fetchFromGitHub {
3433
owner = "twisted";
35-
repo = pname;
36-
rev = "44b356ede27a667252ae5392014c802f0492c017";
37-
hash = "sha256-zHdyyx5IseFWr25BGLL0dDM8/5BDehsvbxIci+DEo9s=";
34+
repo = "klein";
35+
rev = "refs/tags/${version}";
36+
hash = "sha256-2/zl4fS9ZP73quPmGnz2+brEt84ODgVS89Om/cUsj0M=";
3837
};
3938

40-
nativeBuildInputs = [
39+
build-system = [
40+
incremental
4141
setuptools
42-
wheel
4342
];
4443

45-
propagatedBuildInputs = [
44+
dependencies = [
4645
attrs
4746
hyperlink
4847
incremental

0 commit comments

Comments
 (0)