File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
pkgs/development/python-modules/traits Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 99
1010buildPythonPackage rec {
1111 pname = "traits" ;
12- version = "6.4.3 " ;
12+ version = "7.0.2 " ;
1313 pyproject = true ;
1414
1515 disabled = pythonOlder "3.6" ;
1616
1717 src = fetchPypi {
1818 inherit pname version ;
19- hash = "sha256-qbv9ngwIt94H6G72TmnLlqKcIQWkO/gyzYsWL6HiL0Q =" ;
19+ hash = "sha256-pWNRWAnLORGXXeWlQgmFXwtv23ymkSpegd4mUp9wQow =" ;
2020 } ;
2121
22- patches = [
23- ( fetchpatch2 {
24- url = "https://github.com/enthought/traits/commit/a20f2154b2c79eb8550ea9228d1a4415ff51b72a.patch" ;
25- hash = "sha256-ycStcpxlvmobL3ZXaSbGrXAzk/Tkjs3BJ67lnwZpeVA=" ;
26- excludes = [ ".github/*" ] ;
27- } )
28- ] ;
29-
3022 build-system = [ setuptools ] ;
3123
3224 pythonImportsCheck = [ "traits" ] ;
You can’t perform that action at this time.
0 commit comments