Skip to content

Commit

Permalink
python-simple-hipchat: 0.1.0 => 0.4.0
Browse files Browse the repository at this point in the history
0.1.0 does not work on Python 3 but versions >= 0.2 do.
  • Loading branch information
vanschelven committed Sep 10, 2017
1 parent 79c7d10 commit 70fe7ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17824,11 +17824,11 @@ in {

python_simple_hipchat = buildPythonPackage rec {
name = "python-simple-hipchat-${version}";
version = "0.1";
version = "0.4.0";

src = pkgs.fetchurl {
url = "mirror://pypi/p/python-simple-hipchat/python-simple-hipchat-${version}.zip";
sha256 = "404e5ff7187abb09c2227f22063d06baf0fd525725e9c9ad280176bed1c94a3f";
url = "mirror://pypi/p/python-simple-hipchat/python-simple-hipchat-${version}.tar.gz";
sha256 = "0zy6prrj85jjc4xmxgfg8h94j81k6zhfxfffcbvq9b10jis1rgav";
};

buildInputs = [ pkgs.unzip ];
Expand Down

0 comments on commit 70fe7ed

Please sign in to comment.