python: pyxl3: 1.3 -> 1.4
This commit is contained in:
parent
e7897e3101
commit
0cacb25108
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyxl3";
|
||||
version = "1.3";
|
||||
version = "1.4";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "23831c6d60b2ce3fbb39966f6fb21a5e053d6ce0bd08b00bb50fa388631b69ee";
|
||||
sha256 = "ad4cc56bf4b35def33783e6d4783882702111fe8f9a781c63228e2114067c065";
|
||||
};
|
||||
|
||||
checkInputs = [ unittest2 ];
|
||||
|
|
Loading…
Reference in a new issue