mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: icecat: Update to 38.8.0-gnu2.
* gnu/packages/gnuzilla.scm (icecat): Update to 38.8.0-gnu2.
This commit is contained in:
parent
d841a292b2
commit
238e5642d4
1 changed files with 3 additions and 3 deletions
|
@ -287,16 +287,16 @@ (define-public nss
|
||||||
(define-public icecat
|
(define-public icecat
|
||||||
(package
|
(package
|
||||||
(name "icecat")
|
(name "icecat")
|
||||||
(version "38.8.0-gnu1")
|
(version "38.8.0-gnu2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/gnuzilla/"
|
(uri (string-append "mirror://gnu/gnuzilla/"
|
||||||
(first (string-split version #\-)) "/"
|
version "/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v4k47ziqsyfksv9sn4v1xvk4q414rc883hb1qzld63grj2nxxwp"))
|
"1yb7a1zsqpra9cgq8hrzrbm5v31drb9367cwvwiksz0ngqy342hb"))
|
||||||
(patches (search-patches
|
(patches (search-patches
|
||||||
"icecat-avoid-bundled-includes.patch"
|
"icecat-avoid-bundled-includes.patch"
|
||||||
"icecat-CVE-2016-2818-pt1.patch"
|
"icecat-CVE-2016-2818-pt1.patch"
|
||||||
|
|
Loading…
Reference in a new issue