about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-11 13:23:10 +0900
committerGitHub <noreply@github.com>2023-11-11 13:23:10 +0900
commitf4ccf8c916d9601fdafe6105864ea7bdd38a1ec4 (patch)
tree97601c53021bc3d551dd03769534684cddb3a73e
parent9c5b6ec1fc663ee58c8ae2087fb9eb58ef9cf9c7 (diff)
parent68594d31f42977206b857fcbeaca2dca18a6007d (diff)
downloadnixlib-f4ccf8c916d9601fdafe6105864ea7bdd38a1ec4.tar
nixlib-f4ccf8c916d9601fdafe6105864ea7bdd38a1ec4.tar.gz
nixlib-f4ccf8c916d9601fdafe6105864ea7bdd38a1ec4.tar.bz2
nixlib-f4ccf8c916d9601fdafe6105864ea7bdd38a1ec4.tar.lz
nixlib-f4ccf8c916d9601fdafe6105864ea7bdd38a1ec4.tar.xz
nixlib-f4ccf8c916d9601fdafe6105864ea7bdd38a1ec4.tar.zst
nixlib-f4ccf8c916d9601fdafe6105864ea7bdd38a1ec4.zip
Merge pull request #266732 from r-ryantm/auto-update/python310Packages.pyathena
python310Packages.pyathena: 3.0.9 -> 3.0.10
-rw-r--r--pkgs/development/python-modules/pyathena/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyathena/default.nix b/pkgs/development/python-modules/pyathena/default.nix
index 9e6802ff1749..6bb98d07f345 100644
--- a/pkgs/development/python-modules/pyathena/default.nix
+++ b/pkgs/development/python-modules/pyathena/default.nix
@@ -15,14 +15,14 @@
 
 buildPythonPackage rec {
   pname = "pyathena";
-  version = "3.0.9";
+  version = "3.0.10";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-RGU4UF+Nhfc2LGQlYf8ImrmDf2009JTSx6cO4o3VuDI=";
+    hash = "sha256-HvmD1Hi8GCwuox11v0/VdVQlmF5dpPjhgSNfLScz5TY=";
   };
 
   nativeBuildInputs = [