Merge pull request #270942 from r-ryantm/auto-update/python311Packages.pynamodb

python311Packages.pynamodb: 5.5.0 -> 5.5.1
This commit is contained in:
OTABI Tomoya 2023-11-30 17:59:12 +09:00 committed by GitHub
commit 687dc6e342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [