forked from mirrors/nixpkgs
python: tzlocal: 2.0.0 -> 2.1
This commit is contained in:
parent
9993c38682
commit
fff2887cd4
|
@ -3,13 +3,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "tzlocal";
|
||||
version = "2.0.0";
|
||||
version = "2.1";
|
||||
|
||||
propagatedBuildInputs = [ pytz ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "949b9dd5ba4be17190a80c0268167d7e6c92c62b30026cf9764caf3e308e5590";
|
||||
sha256 = "643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44";
|
||||
};
|
||||
|
||||
# test fail (timezone test fail)
|
||||
|
|
Loading…
Reference in a new issue