* [bug#32962] [PATCH] gnu: mercurial: Update to 4.6.2.
@ 2018-10-07 9:03 fis trivial
2018-10-07 10:11 ` bug#32962: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: fis trivial @ 2018-10-07 9:03 UTC (permalink / raw)
To: 32962
* gnu/packages/version-control.scm (mercurial): Update to 4.6.2.
---
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 00d7e1f18..528d117e2 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1119,14 +1119,14 @@ control to Git repositories.")
(define-public mercurial
(package
(name "mercurial")
- (version "4.4.1")
+ (version "4.6.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.mercurial-scm.org/"
"release/mercurial-" version ".tar.gz"))
(sha256
(base32
- "0ik2ypzxjr6vpcghxvn39a73gw52629n7vwak04gnbycsq95aalg"))))
+ "1bv6wgcdx8glihjjfg22khhc52mclsn4kwfqvzbzlg0b42h4xl0w"))))
(build-system python-build-system)
(arguments
`(;; Restrict to Python 2, as Python 3 would require
--
2.19.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#32962: [PATCH] gnu: mercurial: Update to 4.6.2.
2018-10-07 9:03 [bug#32962] [PATCH] gnu: mercurial: Update to 4.6.2 fis trivial
@ 2018-10-07 10:11 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2018-10-07 10:11 UTC (permalink / raw)
To: fis trivial; +Cc: 32962-done
[-- Attachment #1: Type: text/plain, Size: 265 bytes --]
Pushed as c8a99ab9112b6a671b15766301f03e428108c4eb
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-10-07 10:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-07 9:03 [bug#32962] [PATCH] gnu: mercurial: Update to 4.6.2 fis trivial
2018-10-07 10:11 ` bug#32962: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.