[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: mercurial: Update to 4.6.2.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: mercurial: Update to 4.6.2. |
Date: |
Sun, 7 Oct 2018 06:10:33 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit c8a99ab9112b6a671b15766301f03e428108c4eb
Author: fis trivial <address@hidden>
Date: Sun Oct 7 09:03:40 2018 +0000
gnu: mercurial: Update to 4.6.2.
* gnu/packages/version-control.scm (mercurial): Update to 4.6.2.
---
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 00d7e1f..528d117 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1119,14 +1119,14 @@ control to Git repositories.")
(define-public mercurial
(package
(name "mercurial")
- (version "4.4.1")
+ (version "4.6.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.mercurial-scm.org/"
"release/mercurial-" version ".tar.gz"))
(sha256
(base32
- "0ik2ypzxjr6vpcghxvn39a73gw52629n7vwak04gnbycsq95aalg"))))
+ "1bv6wgcdx8glihjjfg22khhc52mclsn4kwfqvzbzlg0b42h4xl0w"))))
(build-system python-build-system)
(arguments
`(;; Restrict to Python 2, as Python 3 would require