gnu: mercurial: Update to 3.7.2.

* gnu/packages/version-control.scm (mercurial): Update to 3.7.2.
[source]: Update to mercurial-scm.org.
[home-page]: Same.
This commit is contained in:
Efraim Flashner 2016-03-15 22:16:30 +02:00
parent 34dc3907ac
commit 5575917d13

View file

@ -545,14 +545,14 @@ (define-public gitolite
(define-public mercurial (define-public mercurial
(package (package
(name "mercurial") (name "mercurial")
(version "3.2.4") (version "3.7.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://mercurial.selenic.com/release/mercurial-" (uri (string-append "https://www.mercurial-scm.org/"
version ".tar.gz")) "release/mercurial-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1g7nfvapxj5k44dyp0p08v37s0zmrj2vl0rjgfd8297x0afidm08")))) "0ykdvj7k4yxiwbfk0gnrq2flmdlf2cracsvqn3vr7nxhda6l7aav"))))
(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
@ -561,7 +561,7 @@ (define-public mercurial
;; FIXME: Disabled tests because they require the nose unit ;; FIXME: Disabled tests because they require the nose unit
;; testing framework: https://nose.readthedocs.org/en/latest/ . ;; testing framework: https://nose.readthedocs.org/en/latest/ .
#:tests? #f)) #:tests? #f))
(home-page "http://mercurial.selenic.com") (home-page "https://www.mercurial-scm.org/")
(synopsis "Decentralized version control system") (synopsis "Decentralized version control system")
(description (description
"Mercurial is a free, distributed source control management tool. "Mercurial is a free, distributed source control management tool.