Skip to content

Commit

Permalink
Merge pull request #87380 from r-ryantm/auto-update/python3.7-logilab…
Browse files Browse the repository at this point in the history
…-common

python37Packages.logilab_common: 1.5.2 -> 1.6.1
  • Loading branch information
ryantm committed Nov 18, 2020
2 parents c12b401 + 2969873 commit c1e60d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/logilab/common.nix
Expand Up @@ -2,12 +2,12 @@

buildPythonPackage rec {
pname = "logilab-common";
version = "1.5.2";
version = "1.6.1";
disabled = isPy27;

src = fetchPypi {
inherit pname version;
sha256 = "1n20znamai7jksimbdshy03rgw235qwa9vbx3lyajzwysblq4s4d";
sha256 = "0h0b2vg2xpfbnynrkg2yki4zjpscm6wgm6nhaahb088v98zxqbrk";
};

propagatedBuildInputs = [ unittest2 six ];
Expand Down

0 comments on commit c1e60d9

Please sign in to comment.