Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
python: uncompyle6: 3.4.0 -> 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Oct 18, 2019
1 parent 5cf54a4 commit 84754b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/uncompyle6/default.nix
Expand Up @@ -11,11 +11,11 @@

buildPythonPackage rec {
pname = "uncompyle6";
version = "3.4.0";
version = "3.4.1";

src = fetchPypi {
inherit pname version;
sha256 = "0w4m0jywjb0w1y73nkb05zmjxb4plpfi3w2g1rgrf45afa2aqm8z";
sha256 = "fc856677f41843ed8577dad4d0cf95e8be017b11c2501fad1b39209eb26a41aa";
};

checkInputs = [ nose pytest hypothesis six ];
Expand Down

0 comments on commit 84754b7

Please sign in to comment.