about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-31 06:53:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-31 06:53:48 +0000
commit93dd225786e67670af7fb9b8f006b4e50e183a27 (patch)
tree39319b85e7078e22f1a1943719869648ace8e574
parent1119d15f271f9bfa7dc94d670759bd86b5219592 (diff)
python310Packages.timezonefinder: 6.1.10 -> 6.2.0
-rw-r--r--pkgs/development/python-modules/timezonefinder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/timezonefinder/default.nix b/pkgs/development/python-modules/timezonefinder/default.nix
index e0675662eceb0..a0a72de7bb179 100644
--- a/pkgs/development/python-modules/timezonefinder/default.nix
+++ b/pkgs/development/python-modules/timezonefinder/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "timezonefinder";
-  version = "6.1.10";
+  version = "6.2.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "jannikmi";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-mmHSN78Gzt2nKX8ypsSzNqvYwM3uu6o72vMrqqdhXwk=";
+    hash = "sha256-n6TcTezu5seKy34KDlzGikAVaqAud00gxywwJA3MaWM=";
   };
 
   nativeBuildInputs = [