Skip to content
Snippets Groups Projects
Unverified Commit c580ff67 authored by eacces's avatar eacces Committed by Ludovic Courtès
Browse files

gnu: mercurial: Update to 4.2.1.


* gnu/packages/version-control.scm (mercurial): Update to 4.2.1.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent d84f7182
No related branches found
No related tags found
No related merge requests found
......@@ -701,14 +701,14 @@ (define-public gitolite
(define-public mercurial
(package
(name "mercurial")
(version "3.9")
(version "4.2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.mercurial-scm.org/"
"release/mercurial-" version ".tar.gz"))
(sha256
(base32
"1g6svg7fc1kyaxq653iwsvdh8hp2lrhs2ywazfc436a4zzf2akw3"))))
"182qh6d0srps2n5sydzy8n3gi78la6m0wi3846zpyyd0b8pmgmfp"))))
(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