[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#27293: [PATCH] gnu: mercurial: Update to 4.2.1.
From: |
eacces |
Subject: |
bug#27293: [PATCH] gnu: mercurial: Update to 4.2.1. |
Date: |
Fri, 9 Jun 2017 16:25:59 +1000 |
* gnu/packages/version-control.scm (mercurial): Update to 4.2.1.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index cd2576c51..953440a6f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -701,14 +701,14 @@ control to Git repositories.")
(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
--
2.13.1
- bug#27293: [PATCH] gnu: mercurial: Update to 4.2.1.,
eacces <=