about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-05-08 20:16:44 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 14:49:29 -0700
commit8268e64d0e791ee88feaa6cae43cf68b0755aef8 (patch)
tree5399d80cbedd596f38378b0a4ca17595154deee0 /pkgs
parentc98bdda0aea79c9317abda3519bc8bd458f82629 (diff)
python3Packages.hg-evolve: 10.3.0 -> 10.3.1
Fix compatibility with Mercurial 5.8.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/hg-evolve/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/hg-evolve/default.nix b/pkgs/development/python-modules/hg-evolve/default.nix
index b7bd002c36786..46db97a9aedd3 100644
--- a/pkgs/development/python-modules/hg-evolve/default.nix
+++ b/pkgs/development/python-modules/hg-evolve/default.nix
@@ -6,11 +6,11 @@
 
 buildPythonPackage rec {
   pname = "hg-evolve";
-  version = "10.3.0";
+  version = "10.3.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "5d7f73fc1c357134ae9b4a3ed2d844ab8e75a4ca1303679a9e150e87617e7bc7";
+    sha256 = "03xwnadpvgna70n6pfxb7xdrszppdqrx5qmkbr1v0jzbh5rnzi6b";
   };
 
   doCheck = false;
@@ -18,7 +18,7 @@ buildPythonPackage rec {
   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;
   };
 }