[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: mercurial: Update to 5.0.1.
From: |
guix-commits |
Subject: |
08/11: gnu: mercurial: Update to 5.0.1. |
Date: |
Tue, 18 Jun 2019 00:16:24 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 614f7df3ae435dc356053572095de35063ad912d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Jun 17 18:50:22 2019 +0200
gnu: mercurial: Update to 5.0.1.
* gnu/packages/version-control.scm (mercurial): Update to 5.0.1.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c8773ad..8effe1d 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1223,14 +1223,14 @@ control to Git repositories.")
(define-public mercurial
(package
(name "mercurial")
- (version "5.0")
+ (version "5.0.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.mercurial-scm.org/"
"release/mercurial-" version ".tar.gz"))
(sha256
(base32
- "0akivl76sb4q2s42zncrm8jcsn86718wdcngfcw8i6wd2fh7dv2l"))))
+ "1kk27radafw2q18khg9mk52vny3bmki5wf7pbsmgx5amrpjai62c"))))
(build-system python-build-system)
(arguments
`(;; Restrict to Python 2, as Python 3 would require
- 02/11: gnu: mpd-mpc: Update to 0.32., (continued)
- 02/11: gnu: mpd-mpc: Update to 0.32., guix-commits, 2019/06/18
- 01/11: gnu: radare2: Update to 3.5.1., guix-commits, 2019/06/18
- 03/11: gnu: hcxtools: Update to 5.1.6., guix-commits, 2019/06/18
- 07/11: gnu: rtv: Update to 1.27.0., guix-commits, 2019/06/18
- 06/11: gnu: libnftnl: Update to 1.1.3., guix-commits, 2019/06/18
- 10/11: gnu: gaupol: Update to 1.6., guix-commits, 2019/06/18
- 11/11: gnu: stunnel: Update to 5.55., guix-commits, 2019/06/18
- 09/11: gnu: eternalterminal: Update to 5.1.10., guix-commits, 2019/06/18
- 04/11: gnu: hcxdumptool: Update to 5.1.5., guix-commits, 2019/06/18
- 05/11: gnu: gandi.cli: Update to 1.5., guix-commits, 2019/06/18
- 08/11: gnu: mercurial: Update to 5.0.1.,
guix-commits <=