Skip to content

Commit

Permalink
python311Packages.aws-secretsmanager-caching: 1.1.2 -> 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Jul 6, 2024
1 parent 6f568c8 commit 456a205
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

buildPythonPackage rec {
pname = "aws-secretsmanager-caching";
version = "1.1.2";
pyprject = true;
version = "1.1.3";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "aws_secretsmanager_caching";
inherit version;
hash = "sha256-hhdo+I1yA/pLA+YFDFi8Ekrv27xQLpxiqXh1+4XqteA=";
hash = "sha256-9tbsnUPg2+T21d6982tMtpHRWpZ7NYsldfXZGXSmwP8=";
};

patches = [
Expand Down

0 comments on commit 456a205

Please sign in to comment.