about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-23 08:35:41 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-10-24 10:29:53 +0200
commit655b45bb853e71be99a68fd70bb975002f79343c (patch)
treeb76d173ee4c4e7a001ff55c2014a3b70fa555d63 /pkgs/applications
parent68a674a376c5ea38a2fb5a5029cef3c96d9e120c (diff)
downloadnixlib-655b45bb853e71be99a68fd70bb975002f79343c.tar
nixlib-655b45bb853e71be99a68fd70bb975002f79343c.tar.gz
nixlib-655b45bb853e71be99a68fd70bb975002f79343c.tar.bz2
nixlib-655b45bb853e71be99a68fd70bb975002f79343c.tar.lz
nixlib-655b45bb853e71be99a68fd70bb975002f79343c.tar.xz
nixlib-655b45bb853e71be99a68fd70bb975002f79343c.tar.zst
nixlib-655b45bb853e71be99a68fd70bb975002f79343c.zip
tortoisehg: 4.7.1 -> 4.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tortoisehg/versions
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/tortoisehg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/tortoisehg/default.nix b/pkgs/applications/version-management/tortoisehg/default.nix
index c7a51508a8ce..68ecabe3b9df 100644
--- a/pkgs/applications/version-management/tortoisehg/default.nix
+++ b/pkgs/applications/version-management/tortoisehg/default.nix
@@ -2,11 +2,11 @@
 
 python2Packages.buildPythonApplication rec {
     name = "tortoisehg-${version}";
-    version = "4.7.1";
+    version = "4.7.2";
 
     src = fetchurl {
       url = "https://bitbucket.org/tortoisehg/targz/downloads/${name}.tar.gz";
-      sha256 = "0x7hz4v882xy2r3k43fbndkq1kqwl3rl1zjmi8pxgpf05qcn950d";
+      sha256 = "0y2q50380gnjzmyvmzh729ljgvq3wkcv6ham3w62mf4fjcvlpnag";
     };
 
     pythonPath = with python2Packages; [ pyqt4 mercurial qscintilla iniparse ];