diff options
author | Leo Famulari <leo@famulari.name> | 2016-08-17 02:14:28 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-17 23:20:16 -0400 |
commit | 79f9d5d5dc97e492e0583e039a2699aa17f4eb11 (patch) | |
tree | 439cf684862b6801f590f07b76074ecae4c2383c /gnu | |
parent | 22df70010aed4254e8bcf8cd8efe47cfcf87a3bd (diff) |
gnu: mercurial: Update to 3.9.
* gnu/packages/version-control.scm (mercurial): Update to 3.9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index c6384ed744..c39368d9ad 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -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 |