python: tzlocal: 1.4 -> 1.5.1
This commit is contained in:
parent
0ef7ac155f
commit
0c50600886
@ -4,13 +4,13 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "tzlocal";
|
pname = "tzlocal";
|
||||||
version = "1.4";
|
version = "1.5.1";
|
||||||
|
|
||||||
propagatedBuildInputs = [ pytz ];
|
propagatedBuildInputs = [ pytz ];
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0n9hw4kqblyc0avzwi26rqmvyk9impb608rvy11qifmigy7r18h5";
|
sha256 = "4ebeb848845ac898da6519b9b31879cf13b6626f7184c496037b818e238f2c4e";
|
||||||
};
|
};
|
||||||
|
|
||||||
# test fail (timezone test fail)
|
# test fail (timezone test fail)
|
||||||
|
Loading…
Reference in New Issue
Block a user