me
/
guix
Archived
1
0
Fork 0

gnu: mercurial: Update to 3.9.

* gnu/packages/version-control.scm (mercurial): Update to 3.9.
master
Leo Famulari 2016-08-17 02:14:28 -04:00
parent 22df70010a
commit 79f9d5d5dc
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -580,14 +580,14 @@ control to Git repositories.")
(define-public mercurial
(package
(name "mercurial")
(version "3.8.4")
(version "3.9")
(source (origin
(method url-fetch)
(uri (string-append "https://www.mercurial-scm.org/"
"release/mercurial-" version ".tar.gz"))
(sha256
(base32
"19ixvxgifx48lxp9vdmsf88nnjsxl035ahmp3iw1vyilkpqkwbjb"))))
"1g6svg7fc1kyaxq653iwsvdh8hp2lrhs2ywazfc436a4zzf2akw3"))))
(build-system python-build-system)
(arguments
`(;; Restrict to Python 2, as Python 3 would require