We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f6b42 commit 999b9dbCopy full SHA for 999b9db
1 file changed
pkgs/development/python-modules/ordered-set/default.nix
@@ -2,14 +2,14 @@
2
3
buildPythonPackage rec {
4
pname = "ordered-set";
5
- version = "4.0.1";
+ version = "4.0.2";
6
disabled = isPy27;
7
8
checkInputs = [ pytest ];
9
10
src = fetchPypi {
11
inherit pname version;
12
- sha256 = "a31008c57f9c9776b12eb8841b1f61d1e4d70dfbbe8875ccfa2403c54af3d51b";
+ sha256 = "159syfbqnwqnivzjfn3x7ak3xwrxmnzbji7c2qhj1jjv0pgv54xs";
13
};
14
15
checkPhase = ''
0 commit comments