[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35643] [PATCH] gnu: Mercurial: Update to 5.0
From: |
Josh Holland |
Subject: |
[bug#35643] [PATCH] gnu: Mercurial: Update to 5.0 |
Date: |
Thu, 9 May 2019 00:01:42 +0100 |
* gnu/packages/version-control.scm (mercurial): Update to 5.0.
---
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 6988fa4fe2..ee28e9307d 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 "4.7.2")
+ (version "5.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.mercurial-scm.org/"
"release/mercurial-" version ".tar.gz"))
(sha256
(base32
- "1yq9r8s9jzj8hk2yizjk25s4w16yx9b8mbdj6wp8ld7j2r15kw4p"))))
+ "0akivl76sb4q2s42zncrm8jcsn86718wdcngfcw8i6wd2fh7dv2l"))))
(build-system python-build-system)
(arguments
`(;; Restrict to Python 2, as Python 3 would require
--
2.21.0
- [bug#35643] [PATCH] gnu: Mercurial: Update to 5.0,
Josh Holland <=