gnu: mercurial: Update to 4.4.1.

* gnu/packages/version-control.scm (mercurial): Update to 4.4.1.
This commit is contained in:
Marius Bakke 2017-11-07 20:23:29 +01:00
parent 4a30c1c0e2
commit 38ad27da80
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -851,14 +851,14 @@ (define-public gitolite
(define-public mercurial (define-public mercurial
(package (package
(name "mercurial") (name "mercurial")
(version "4.2.3") (version "4.4.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.mercurial-scm.org/" (uri (string-append "https://www.mercurial-scm.org/"
"release/mercurial-" version ".tar.gz")) "release/mercurial-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1b7p3z8lin6hyyzkskskp065qnyfxid2yxnjygni0n4yv33qz404")))) "0ik2ypzxjr6vpcghxvn39a73gw52629n7vwak04gnbycsq95aalg"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(;; Restrict to Python 2, as Python 3 would require `(;; Restrict to Python 2, as Python 3 would require