Skip to content

Commit

Permalink
python3Packages.hg-evolve: 10.3.0 -> 10.3.1
Browse files Browse the repository at this point in the history
Fix compatibility with Mercurial 5.8.
  • Loading branch information
lukegb authored and Jonathan Ringer committed May 8, 2021
1 parent c98bdda commit 8268e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/hg-evolve/default.nix
Expand Up @@ -6,19 +6,19 @@

buildPythonPackage rec {
pname = "hg-evolve";
version = "10.3.0";
version = "10.3.1";

src = fetchPypi {
inherit pname version;
sha256 = "5d7f73fc1c357134ae9b4a3ed2d844ab8e75a4ca1303679a9e150e87617e7bc7";
sha256 = "03xwnadpvgna70n6pfxb7xdrszppdqrx5qmkbr1v0jzbh5rnzi6b";
};

doCheck = false;

meta = with lib; {
description = "Enables the “changeset evolution” feature of Mercurial core";
homepage = "https://www.mercurial-scm.org/doc/evolution/";
maintainers = with maintainers; [ xavierzwirtz ];
maintainers = with maintainers; [ xavierzwirtz lukegb ];
license = licenses.gpl2Plus;
};
}

0 comments on commit 8268e64

Please sign in to comment.