python310Packages.google-cloud-runtimeconfig: 0.33.2 -> 0.33.3

This commit is contained in:
R. Ryantm 2023-12-02 23:51:34 +00:00
parent 13a5743c44
commit 627de16d7d

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "google-cloud-runtimeconfig";
version = "0.33.2";
version = "0.33.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-MPmyvm2FSrUzb1y5i4xl5Cqea6sxixLoZ7V1hxNi7hw=";
hash = "sha256-4sv5wua03gLd9YqwdD8P/VaKv4LcacB42fK5hUAt2vQ=";
};
propagatedBuildInputs = [