Unverified Commit 3610cb8a authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

Revert "python3Packages.google-cloud-spanner: 3.58.0 -> 3.62.0" (#495262)

parents 93cb9e96 21ad5f95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,14 +33,14 @@

buildPythonPackage rec {
  pname = "google-cloud-spanner";
  version = "3.62.0";
  version = "3.58.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googleapis";
    repo = "python-spanner";
    tag = "v${version}";
    hash = "sha256-3WmfDwbdhYY1xaA5RnrAuD1+EDrJ3KMBsonQkuFkgcA=";
    hash = "sha256-bIagQjQv+oatIo8mkA8t5wP9igMnorkiudgyWkVnJcg=";
  };

  build-system = [ setuptools ];