rainbowstream: 1.2.5 -> 1.2.7
Unfortunately I was unable to locate a changelog. This was built and run locally to ensure the update works.
This commit is contained in:
parent
6d457c60bb
commit
b650fe3000
@ -7326,11 +7326,11 @@ let
|
|||||||
|
|
||||||
rainbowstream = buildPythonPackage rec {
|
rainbowstream = buildPythonPackage rec {
|
||||||
name = "rainbowstream-${version}";
|
name = "rainbowstream-${version}";
|
||||||
version = "1.2.5";
|
version = "1.2.7";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/r/rainbowstream/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/r/rainbowstream/${name}.tar.gz";
|
||||||
sha256 = "1fch1vckzf4nmq67fk2jgfxpvyygviavx8di4xhjq2mib9nfc3mr";
|
sha256 = "1jvv07w9n7ca251l92alm2yq9w82sb7lvxz6if3gc3nbqzc587rf";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user