Skip to content
Snippets Groups Projects
Commit 52958f0d authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: mercurial: Update to 3.2.4.

* gnu/packages/version-control.scm (mercurial): Update to 3.2.4.
parent e478a9ec
No related branches found
No related tags found
No related merge requests found
......@@ -384,14 +384,14 @@ (define-public git-test-sequence
(define-public mercurial
(package
(name "mercurial")
(version "2.7.1")
(version "3.2.4")
(source (origin
(method url-fetch)
(uri (string-append "http://mercurial.selenic.com/release/mercurial-"
version ".tar.gz"))
(sha256
(base32
"121m8f7vmipmdg00cnzdz2rjkgydh28mwfirqkrbs5fv089vywl4"))))
"1g7nfvapxj5k44dyp0p08v37s0zmrj2vl0rjgfd8297x0afidm08"))))
(build-system python-build-system)
(arguments
`(;; Restrict to Python 2, as Python 3 would require
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment