Skip to content

Commit

Permalink
python37Packages.ordered-set: 4.0.1 -> 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Jul 26, 2020
1 parent 66f6b42 commit 999b9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ordered-set/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildPythonPackage rec {
pname = "ordered-set";
version = "4.0.1";
version = "4.0.2";
disabled = isPy27;

checkInputs = [ pytest ];

src = fetchPypi {
inherit pname version;
sha256 = "a31008c57f9c9776b12eb8841b1f61d1e4d70dfbbe8875ccfa2403c54af3d51b";
sha256 = "159syfbqnwqnivzjfn3x7ak3xwrxmnzbji7c2qhj1jjv0pgv54xs";
};

checkPhase = ''
Expand Down

0 comments on commit 999b9db

Please sign in to comment.