File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
pkgs/development/python-modules/klein Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 66
77 # build-system
88 setuptools ,
9- wheel ,
109
1110 # dependencies
1211 attrs ,
2524
2625buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments