guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mercurial: Update to 3.7.3 [fixes CVE-2016-{3068, 3069, 3630


From: Efraim Flashner
Subject: 01/01: gnu: mercurial: Update to 3.7.3 [fixes CVE-2016-{3068, 3069, 3630}].
Date: Tue, 05 Apr 2016 14:31:50 +0000

efraim pushed a commit to branch master
in repository guix.

commit 588ad54ed3d499be4cd3a6e881f822edabd16fdd
Author: Efraim Flashner <address@hidden>
Date:   Tue Apr 5 17:31:34 2016 +0300

    gnu: mercurial: Update to 3.7.3 [fixes CVE-2016-{3068,3069,3630}].
    
    * gnu/packages/version-control.scm (mercurial): Update to 3.7.3.
---
 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 70f0179..0b70d54 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -606,14 +606,14 @@ control to Git repositories.")
 (define-public mercurial
   (package
     (name "mercurial")
-    (version "3.7.2")
+    (version "3.7.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.mercurial-scm.org/";
                                  "release/mercurial-" version ".tar.gz"))
              (sha256
               (base32
-               "0ykdvj7k4yxiwbfk0gnrq2flmdlf2cracsvqn3vr7nxhda6l7aav"))))
+               "0c2vkad9piqkggyk8y310rf619qgdfcwswnk3nv21mg2fhnw96f0"))))
     (build-system python-build-system)
     (arguments
      `(;; Restrict to Python 2, as Python 3 would require



reply via email to

[Prev in Thread] Current Thread [Next in Thread]