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: ec15aeb12f03
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c05a3570a2ce
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 30, 2020

  1. Copy the full SHA
    bd6a1ae View commit details
  2. Merge pull request #83811 from r-ryantm/auto-update/python2.7-phonenu…

    …mbers
    
    python27Packages.phonenumbers: 8.11.4 -> 8.12.0
    Jon authored Mar 30, 2020
    Copy the full SHA
    c05a357 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/phonenumbers/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/phonenumbers/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "phonenumbers";
version = "8.11.4";
version = "8.12.0";

src = fetchPypi {
inherit pname version;
sha256 = "13hfcw89kppm8s2qx0s5bafzxjc0qhm9sxmpf6yqvshz2fn82pk8";
sha256 = "0mnicas0c5av322d7k6m14j3c10axh9mcvn3vx99vhngdnb9j6hn";
};

meta = {