Merge pull request #61444 from r-ryantm/auto-update/tzupdate

tzupdate: 1.3.1 -> 1.4.0
This commit is contained in:
Ryan Mulligan 2019-05-13 05:49:00 -07:00 committed by GitHub
commit 9f96c7f90a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@ let
in
buildPythonApplication rec {
pname = "tzupdate";
version = "1.3.1";
version = "1.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "085kp4v9ijhkfvr0r5rzn4z7nrkb2qig05j0bajb0gkgynwf8wnz";
sha256 = "1sc3z2bx2nhnxg82x0jy19pr8lw56chbr90c2lr11w495csqwhz7";
};
propagatedBuildInputs = [ requests ];