python: colour: 0.1.2 -> 0.1.5

This commit is contained in:
Frederik Rietdijk 2018-04-04 20:04:23 +02:00
parent 7b13b402c6
commit 755a217d3d
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "colour";
version = "0.1.2";
version = "0.1.5";
src = fetchPypi {
inherit pname version;
sha256 = "0w1j43l76zw10dvs2kk7jz7kqj2ss7gfgfdxyls27pckwin89gxb";
sha256 = "af20120fefd2afede8b001fbef2ea9da70ad7d49fafdb6489025dae8745c3aee";
};
buildInputs = [ d2to1 ];