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

Commits on Nov 2, 2020

  1. Copy the full SHA
    a5c0ebb View commit details
  2. Merge pull request #102434 from r-ryantm/auto-update/python2.7-hg-evolve

    python27Packages.hg-evolve: 10.0.2 -> 10.1.0
    marsam authored Nov 2, 2020
    Copy the full SHA
    9338d75 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/hg-evolve/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hg-evolve/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@

buildPythonPackage rec {
pname = "hg-evolve";
version = "10.0.2";
version = "10.1.0";

src = fetchPypi {
inherit pname version;
sha256 = "75892623258339613528df45dcd1004786bf73e8d95407886d79bc4567fbde4d";
sha256 = "a386e6ee2d9a0e332a49f1cb210c4c11ba9844bcd52808270f48e688314783d8";
};

doCheck = false;