diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-17 18:50:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-18 06:15:02 +0200 |
commit | 614f7df3ae435dc356053572095de35063ad912d (patch) | |
tree | dba89a6eea1ba4b42a3dd1f44027886473f18eb9 /gnu | |
parent | f2c119a129d68567e5ff450c45f80bda89e073fb (diff) | |
download | patches-614f7df3ae435dc356053572095de35063ad912d.tar patches-614f7df3ae435dc356053572095de35063ad912d.tar.gz |
gnu: mercurial: Update to 5.0.1.
* gnu/packages/version-control.scm (mercurial): Update to 5.0.1.
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 c8773adc7b..8effe1d502 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1223,14 +1223,14 @@ control to Git repositories.") (define-public mercurial (package (name "mercurial") - (version "5.0") + (version "5.0.1") (source (origin (method url-fetch) (uri (string-append "https://www.mercurial-scm.org/" "release/mercurial-" version ".tar.gz")) (sha256 (base32 - "0akivl76sb4q2s42zncrm8jcsn86718wdcngfcw8i6wd2fh7dv2l")))) + "1kk27radafw2q18khg9mk52vny3bmki5wf7pbsmgx5amrpjai62c")))) (build-system python-build-system) (arguments `(;; Restrict to Python 2, as Python 3 would require |