me
/
guix
Archived
1
0
Fork 0

gnu: icecat-source: Update gnuzilla to f23f8b609.

* gnu/packages/gnuzilla.scm (icecat-source): Update gnuzilla to f23f8b609.
Maxim Cournoyer 2023-02-19 18:23:57 -05:00
parent 6d4a78356f
commit d3fcbefad1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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.