gnu: icecat: Update to 38.8.0-gnu2.

* gnu/packages/gnuzilla.scm (icecat): Update to 38.8.0-gnu2.
This commit is contained in:
Andreas Enge 2016-07-24 17:27:09 +02:00
parent d841a292b2
commit 238e5642d4
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -287,16 +287,16 @@ (define-public nss
(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"