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:
devhell 2015-07-11 17:08:09 +01:00
parent 6d457c60bb
commit b650fe3000

View File

@ -7326,11 +7326,11 @@ let
rainbowstream = buildPythonPackage rec {
name = "rainbowstream-${version}";
version = "1.2.5";
version = "1.2.7";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/r/rainbowstream/${name}.tar.gz";
sha256 = "1fch1vckzf4nmq67fk2jgfxpvyygviavx8di4xhjq2mib9nfc3mr";
sha256 = "1jvv07w9n7ca251l92alm2yq9w82sb7lvxz6if3gc3nbqzc587rf";
};
doCheck = false;