Commit 23a89eb7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.google-cloud-container: 2.47.0 -> 2.47.1

parent 655a58a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "google-cloud-container";
  version = "2.47.0";
  version = "2.47.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-tvzOKTu2n5b9JDo9EJw48BUrJuOwOR9JK6PQyi44HfI=";
    hash = "sha256-2dL+Xj37vFRSQ+yEStVRNIp/CeZdQK6VOPpcxGYAElE=";
  };

  build-system = [ setuptools ];