dependencies: downgraded iso8601 to 0.1.11 for compatability.
This commit is contained in:
parent
0a4ead7a42
commit
b92a07ab67
2 changed files with 4 additions and 4 deletions
|
|
@ -913,13 +913,13 @@
|
|||
};
|
||||
};
|
||||
iso8601 = super.buildPythonPackage {
|
||||
name = "iso8601-0.1.12";
|
||||
name = "iso8601-0.1.11";
|
||||
buildInputs = with self; [];
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = with self; [];
|
||||
src = fetchurl {
|
||||
url = "https://files.pythonhosted.org/packages/45/13/3db24895497345fb44c4248c08b16da34a9eb02643cea2754b21b5ed08b0/iso8601-0.1.12.tar.gz";
|
||||
sha256 = "49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82";
|
||||
url = "https://files.pythonhosted.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
|
||||
sha256 = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30";
|
||||
};
|
||||
meta = {
|
||||
license = [ pkgs.lib.licenses.mit ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue