python: willow: 0.2.2 -> 1.1
This commit is contained in:
parent
c3451f5e49
commit
3f9e848e2c
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "willow";
|
||||
version = "0.2.2";
|
||||
version = "1.1";
|
||||
disabled = pythonOlder "2.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "111c82fbfcda2710ce6201b0b7e0cfa1ff3c4f2f0dc788cc8dfc8db933c39c73";
|
||||
sha256 = "818ee11803c90a0a6d49c94b0453d6266be1ef83ae00de72731c45fae4d3e78c";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six pillow ];
|
||||
|
|
Loading…
Reference in a new issue