[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: icecat-source: Update gnuzilla to f23f8b609.
From: |
guix-commits |
Subject: |
04/10: gnu: icecat-source: Update gnuzilla to f23f8b609. |
Date: |
Sun, 19 Feb 2023 20:04:37 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit d3fcbefad10404b82c110b6b47f37a1591e861a5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Feb 19 18:23:57 2023 -0500
gnu: icecat-source: Update gnuzilla to f23f8b609.
* gnu/packages/gnuzilla.scm (icecat-source): Update gnuzilla to f23f8b609.
---
gnu/packages/gnuzilla.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 55cf6ba6a0..0133d76733 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -523,7 +523,7 @@ variable defined below. It requires guile-json to be
installed."
;; The upstream-icecat-base-version may be older than the
;; %icecat-base-version.
(upstream-icecat-base-version "102.8.0")
- (gnuzilla-commit "03d9e3db5affe21db077c410ec08c313d6aa280e")
+ (gnuzilla-commit "f23f8b609ef4afcc7d8ac5fa795093f1c403f8da")
(gnuzilla-source
(origin
(method git-fetch)
@@ -535,7 +535,7 @@ variable defined below. It requires guile-json to be
installed."
(string-take gnuzilla-commit 8)))
(sha256
(base32
- "12id87nsdwm6kra0gm3d3ww8kr0xxb4yllw9wcqmnrlnmspdc1n8"))))
+ "1zvvgjvsj7k8753f7xmpmkq35dqzyik95943hzl84v2j5mnahhj4"))))
;; 'search-patch' returns either a valid file name or #f, so wrap it
;; in 'assume-valid-file-name' to avoid 'local-file' warnings.
- branch master updated (636b771536 -> d318ccc363), guix-commits, 2023/02/19
- 09/10: gnu: icecat: Remove gtk+-2 input., guix-commits, 2023/02/19
- 08/10: gnu: icedove: Use the locale of the system., guix-commits, 2023/02/19
- 04/10: gnu: icecat-source: Update gnuzilla to f23f8b609.,
guix-commits <=
- 01/10: gnu: Add a 'update-mozilla-locales' helper for maintenance., guix-commits, 2023/02/19
- 05/10: gnu: Add icecat-l10n and icedove-l10n., guix-commits, 2023/02/19
- 06/10: gnu: icedove: Automatically load system-provided extensions., guix-commits, 2023/02/19
- 07/10: gnu: Add language packs to icecat and icedove., guix-commits, 2023/02/19
- 10/10: gnu: icecat: Unbundle nss and nspr., guix-commits, 2023/02/19
- 02/10: gnu: icedove: Compute a self-contained source., guix-commits, 2023/02/19
- 03/10: gnu: Define %icecat-base-version at the top level., guix-commits, 2023/02/19