about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-30 17:59:12 +0900
committerGitHub <noreply@github.com>2023-11-30 17:59:12 +0900
commit687dc6e3428508c7bc610204750b3641105b1a94 (patch)
tree0a2e2ba0c9b6c9ce6b43877faee4561f6ca76305 /pkgs
parent7806451991c6ec7c174e88ec029660e68993d4e2 (diff)
parent5646973e2b84b49b0ed44f8e4d086bf24d7262c8 (diff)
Merge pull request #270942 from r-ryantm/auto-update/python311Packages.pynamodb
python311Packages.pynamodb: 5.5.0 -> 5.5.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pynamodb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pynamodb/default.nix b/pkgs/development/python-modules/pynamodb/default.nix
index e52cb5da77fc8..8f75abea64fd0 100644
--- a/pkgs/development/python-modules/pynamodb/default.nix
+++ b/pkgs/development/python-modules/pynamodb/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "pynamodb";
-  version = "5.5.0";
+  version = "5.5.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "pynamodb";
     repo = "PynamoDB";
     rev = "refs/tags/${version}";
-    hash = "sha256-sbGrFTpupBP0VQWR9gUVoCiw6D61s6GsmBvjgD1u99g=";
+    hash = "sha256-VZHEXAuHGn10EMkyd8hibipu6tw5JvOP4XwdB+xdjN8=";
   };
 
   propagatedBuildInputs = [