about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-24 11:30:38 +0200
committerPeter Simons <simons@cryp.to>2015-06-24 11:33:17 +0200
commitc112c3f51feb677ae268ad53255288d57a32f843 (patch)
treeb53bf36cf3b64d1289fb245ca4963c0a687762e2 /pkgs
parentcf13409313993738332c6a4e33decab23c9bbb7c (diff)
downloadnixlib-c112c3f51feb677ae268ad53255288d57a32f843.tar
nixlib-c112c3f51feb677ae268ad53255288d57a32f843.tar.gz
nixlib-c112c3f51feb677ae268ad53255288d57a32f843.tar.bz2
nixlib-c112c3f51feb677ae268ad53255288d57a32f843.tar.lz
nixlib-c112c3f51feb677ae268ad53255288d57a32f843.tar.xz
nixlib-c112c3f51feb677ae268ad53255288d57a32f843.tar.zst
nixlib-c112c3f51feb677ae268ad53255288d57a32f843.zip
hg-git: update to version 0.8.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 3b104d27f144..7c416a5295d3 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -4916,14 +4916,14 @@ let
 
   hg-git = buildPythonPackage rec {
     name = "hg-git-${version}";
-    version = "0.7.0";
+    version = "0.8.1";
 
     src = pkgs.fetchurl {
       url = "http://pypi.python.org/packages/source/h/hg-git/${name}.tar.gz";
-      sha256 = "1ab1phaqa8jrba6dqsf3b0lgx912j41b8dlkna9c2wxip63wvfcx";
+      sha256 = "07a5p5wfs60hmzv3h64fysvm91ablhiaf5ccpv3f8q61insdzvff";
     };
 
-    propagatedBuildInputs = with self; [ pkgs.mercurial dulwich ];
+    propagatedBuildInputs = with self; [ dulwich ];
 
     meta = {
       description = "Push and pull from a Git server using Mercurial";