about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-14 14:35:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-14 14:35:23 +0000
commit83b17bdeae2e8349d97f643df6d09370d8fc41aa (patch)
tree3bd1d296f3b2bfaf62912a5e87a5d174a7c03ed1
parent9f26152cc3d7e90c7f2a5908de4d1aab069ed6ce (diff)
python312Packages.timezonefinder: 6.4.1 -> 6.5.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 c39b04cd3fe7a..ea6df2843c9a4 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.4.1";
+  version = "6.5.0";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "jannikmi";
     repo = "timezonefinder";
     rev = "refs/tags/${version}";
-    hash = "sha256-e9Zx236X76GYFuADCw9+5HWs2craeq44gVNclkc4th0=";
+    hash = "sha256-V5g1zTdXWeJba71/eUGQbF9XOhMQuzivtGkqGD4OHMY=";
   };
 
   nativeBuildInputs = [