summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-13 02:52:38 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-13 02:52:38 -0700
commit8d21e03c9d56cdf971f3215137c0de2780fe8842 (patch)
tree807c111cbfbd39b60299453b2319c6ce41bee837
parenta80982b4c9e5dc9a34973638d62b0c748bef4eec (diff)
downloadnixpkgs-8d21e03c9d56cdf971f3215137c0de2780fe8842.tar
nixpkgs-8d21e03c9d56cdf971f3215137c0de2780fe8842.tar.gz
nixpkgs-8d21e03c9d56cdf971f3215137c0de2780fe8842.tar.bz2
nixpkgs-8d21e03c9d56cdf971f3215137c0de2780fe8842.tar.lz
nixpkgs-8d21e03c9d56cdf971f3215137c0de2780fe8842.tar.xz
nixpkgs-8d21e03c9d56cdf971f3215137c0de2780fe8842.tar.zst
nixpkgs-8d21e03c9d56cdf971f3215137c0de2780fe8842.zip
tzupdate: 1.3.1 -> 1.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tzupdate/versions
-rw-r--r--pkgs/applications/misc/tzupdate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/tzupdate/default.nix b/pkgs/applications/misc/tzupdate/default.nix
index a5d2f206f3a..c887876634f 100644
--- a/pkgs/applications/misc/tzupdate/default.nix
+++ b/pkgs/applications/misc/tzupdate/default.nix
@@ -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 ];