python312Packages.s3-credentials: 0.15 -> 0.16.1

This commit is contained in:
R. Ryantm 2024-04-05 07:29:20 +00:00
parent ef1beb6b2c
commit 5a37de54a5
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "s3-credentials";
version = "0.15";
version = "0.16.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "simonw";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-YSsm5SMfDRqJ53XnBjMgaWWHjA6IXnmEBvxme4uiOPw=";
hash = "sha256-TuGrKSfnn0CSMpRxdCM6C446z+y9d2ZLB7+wSCxSqP4=";
};
propagatedBuildInputs = [