guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: icecat: Update to 38.8.0-gnu2.


From: Andreas Enge
Subject: 01/01: gnu: icecat: Update to 38.8.0-gnu2.
Date: Sun, 24 Jul 2016 15:28:55 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit 238e5642d436a72a9c41d9a4d20b9db32e5690e5
Author: Andreas Enge <address@hidden>
Date:   Sun Jul 24 17:27:09 2016 +0200

    gnu: icecat: Update to 38.8.0-gnu2.
    
    * gnu/packages/gnuzilla.scm (icecat): Update to 38.8.0-gnu2.
---
 gnu/packages/gnuzilla.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index b1ffbc8..53fa16a 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -287,16 +287,16 @@ standards.")
 (define-public icecat
   (package
     (name "icecat")
-    (version "38.8.0-gnu1")
+    (version "38.8.0-gnu2")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/gnuzilla/"
-                          (first (string-split version #\-)) "/"
+                          version "/"
                           name "-" version ".tar.bz2"))
       (sha256
        (base32
-        "0v4k47ziqsyfksv9sn4v1xvk4q414rc883hb1qzld63grj2nxxwp"))
+        "1yb7a1zsqpra9cgq8hrzrbm5v31drb9367cwvwiksz0ngqy342hb"))
       (patches (search-patches
                 "icecat-avoid-bundled-includes.patch"
                 "icecat-CVE-2016-2818-pt1.patch"



reply via email to

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