mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python-simple-hipchat: 0.1.0 => 0.4.0
0.1.0 does not work on Python 3 but versions >= 0.2 do.
This commit is contained in:
parent
79c7d103bc
commit
70fe7ed01e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user