python: rainbowstream: 1.4.0 -> 1.5.2
This commit is contained in:
parent
b38792892d
commit
7611bd4d62
@ -15,11 +15,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rainbowstream";
|
pname = "rainbowstream";
|
||||||
version = "1.4.0";
|
version = "1.5.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "16881d8bb15416389eeaf4ceee7a588069060c216b55e7602dbcff5134feb7cc";
|
sha256 = "527d39778c55d88300fe2017913341bfa1b1f0ffdc1fe5eab57a82bf4cd2edb3";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./image.patch ];
|
patches = [ ./image.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user