mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
percol: 0.0.7 -> 0.0.8
This commit is contained in:
parent
5e7501cd41
commit
cff83eb6f4
1 changed files with 2 additions and 2 deletions
|
@ -7096,12 +7096,12 @@ let
|
|||
|
||||
percol = buildPythonPackage rec {
|
||||
name = "percol-${version}";
|
||||
version = "0.0.7";
|
||||
version = "0.0.8";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/percol/${name}.tar.gz";
|
||||
sha256 = "01444z62clvx9rms9aiqx47s0fbvsfgbp6hlfff344xl7kc4l2gj";
|
||||
sha256 = "169s5mhw1s60qbsd6pkf9bb2x6wfgx8hn8nw9d4qgc68qnnpp2cj";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ modules.curses ];
|
||||
|
|
Loading…
Reference in a new issue