Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 51397fb1edf5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 82d4fe28e7bb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 16, 2021

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    angerman Moritz Angermann
    Copy the full SHA
    0964932 View commit details
  2. Merge pull request #109496 from r-ryantm/auto-update/python3.7-google…

    …-cloud-spanner
    
    python37Packages.google-cloud-spanner: 2.1.0 -> 3.0.0
    SuperSandro2000 authored Jan 16, 2021
    Copy the full SHA
    82d4fe2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/google-cloud-spanner/default.nix
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@

buildPythonPackage rec {
pname = "google-cloud-spanner";
version = "2.1.0";
version = "3.0.0";

src = fetchPypi {
inherit pname version;
sha256 = "0mkkx6l3cbwfwng12zpisbv6m919fkhdb48xk24ayc19193bi86n";
sha256 = "060c53bc6f541660a2fe868fd83a695207d4e7b050e04fe103d1e77634b813c7";
};

postPatch = ''