Merge pull request #11932 from leenaars/patch-3

blink: 1.4.1 -> 1.4.2
This commit is contained in:
Arseniy Seroka 2015-12-25 17:26:08 +03:00
commit 97ece3b66b

@ -3,11 +3,11 @@
pythonPackages.buildPythonPackage rec {
name = "blink-${version}";
version = "1.4.1";
version = "1.4.2";
src = fetchurl {
url = "http://download.ag-projects.com/BlinkQt/${name}.tar.gz";
sha256 = "0lpc3gm0hk55m7i2hlmk2p76akcfvnqxg0hyamfhha90nv6fk7sf";
sha256 = "0ia5hgwyg6cm393ik4ggzhcmc957ncswycs07ilwj6vrrzraxfk7";
};
patches = [ ./pythonpath.patch ];