Skip to content

Commit 26f7459

Browse files
authored
python313Packages.traits: 6.4.3 -> 7.0.2 (#380527)
2 parents 32b3133 + f4288c2 commit 26f7459

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,16 @@
99

1010
buildPythonPackage 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" ];

0 commit comments

Comments
 (0)