mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pyrax: 1.7.4 -> 1.8.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
640d09f8c7
commit
2b9fed52fd
1 changed files with 2 additions and 2 deletions
|
@ -5926,11 +5926,11 @@ rec {
|
|||
};
|
||||
|
||||
pyrax = buildPythonPackage rec {
|
||||
name = "pyrax-1.7.3";
|
||||
name = "pyrax-1.8.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/p/pyrax/${name}.tar.gz";
|
||||
sha256 = "1br2kspw0sn7xgkk7z93h72s2v3qm88jvi4213zgz90jhzjj42bv";
|
||||
sha256 = "0hvim60bhgfj91m7pp8jfmb49f087xqlgkqa505zw28r7yl0hcfp";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue