Merge pull request #186819 from r-ryantm/auto-update/python310Packages.google-cloud-access-context-manager

python310Packages.google-cloud-access-context-manager: 0.1.13 -> 0.1.14
This commit is contained in:
Mario Rodas 2022-08-16 00:18:08 -05:00 committed by GitHub
commit 5777e96348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "google-cloud-access-context-manager";
version = "0.1.13";
version = "0.1.14";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AnWAJyvLU4vurVv9uJvi2fkl0Sk1nCK5iNxSplxflHs=";
hash = "sha256-GFS9VvdXHxP1KvJzQkgjmYXO3qpMXl8yICGZEr18O8M=";
};
propagatedBuildInputs = [