Merge pull request #184909 from r-ryantm/auto-update/s3-credentials

s3-credentials: 0.12 -> 0.12.1
This commit is contained in:
Fabian Affolter 2022-08-03 21:05:18 +02:00 committed by GitHub
commit 05c459e0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "s3-credentials";
version = "0.12";
version = "0.12.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "simonw";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NDUm/RhlmuZwB3fwwom2Y9PcF6J4+G29WHE7lqdDP3Y=";
hash = "sha256-w0pwQidSAh/CQPVbv4UocbbETyyOT/rcNFE1ixYz4lY=";
};
propagatedBuildInputs = [