guix-commits
[Top][All Lists]
Advanced

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

branch wip-icecat-78 updated: gnu: icecat: Update to 78.2.0-guix0-previe


From: guix-commits
Subject: branch wip-icecat-78 updated: gnu: icecat: Update to 78.2.0-guix0-preview2.
Date: Wed, 09 Sep 2020 15:12:46 -0400

This is an automated email from the git hooks/post-receive script.

mhw pushed a commit to branch wip-icecat-78
in repository guix.

The following commit(s) were added to refs/heads/wip-icecat-78 by this push:
     new 036d0d7  gnu: icecat: Update to 78.2.0-guix0-preview2.
036d0d7 is described below

commit 036d0d76b05e9f0d2eea787b4870f930773842b7
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Wed Sep 9 14:07:44 2020 -0400

    gnu: icecat: Update to 78.2.0-guix0-preview2.
    
    * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
    (icecat-source): Update 'gnuzilla-commit' and corresponding hash.
---
 gnu/packages/gnuzilla.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 7020f28..5f4d179 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -550,8 +550,8 @@ from forcing GEXP-PROMISE."
                       #:system system
                       #:guile-for-build guile)))
 
-(define %icecat-version "78.2.0-guix0-preview1")
-(define %icecat-build-id "20200907000000") ;must be of the form YYYYMMDDhhmmss
+(define %icecat-version "78.2.0-guix0-preview2")
+(define %icecat-build-id "20200909000000") ;must be of the form YYYYMMDDhhmmss
 
 ;; 'icecat-source' is a "computed" origin that generates an IceCat tarball
 ;; from the corresponding upstream Firefox ESR tarball, using the 'makeicecat'
@@ -577,7 +577,7 @@ from forcing GEXP-PROMISE."
 
          (upstream-icecat-base-version "78.2.0") ; maybe older than 
base-version
          ;;(gnuzilla-commit (string-append "v" upstream-icecat-base-version))
-         (gnuzilla-commit "23f3d989e8ef527bdf7ae9ce67c9900504d7f5a8")
+         (gnuzilla-commit "1435cb8dca37307979ed9cb17b8c33e589580128")
          (gnuzilla-source
           (origin
             (method git-fetch)
@@ -589,7 +589,7 @@ from forcing GEXP-PROMISE."
                                       (string-take gnuzilla-commit 8)))
             (sha256
              (base32
-              "0kzbbyp9yk2v7hhnwayvnz4znkbwnjfn5b84k1flrrrcdf287axg"))))
+              "1kch5s9fqyshwpcxxar4l1c4y1sgf1ihckj4g162ycc9f3f95bqp"))))
 
          (gnuzilla-fixes-patch
           (local-file (search-patch 
"icecat-use-older-reveal-hidden-html.patch")))



reply via email to

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