gnu: icedtea6: Update to 1.13.7.
* gnu/packages/java.scm (icedtea6): Update to version 1.13.7.
This commit is contained in:
parent
a8bd3e5ebb
commit
e46d517f6d
@ -102,7 +102,7 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
|||||||
(define-public icedtea6
|
(define-public icedtea6
|
||||||
(package
|
(package
|
||||||
(name "icedtea6")
|
(name "icedtea6")
|
||||||
(version "1.13.6")
|
(version "1.13.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -110,7 +110,7 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
|||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16ac3f7kkln5skg202vllagkhjxrwd47h56diwzhfidhwjlz7410"))
|
"0fqq898h0mk554mya5z4j9p4x6sg2qj0ckqzx65x49zcjjp69jm5"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(substitute* "Makefile.in"
|
'(substitute* "Makefile.in"
|
||||||
@ -462,10 +462,10 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
|||||||
("openjdk6-src"
|
("openjdk6-src"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://java.net/downloads/openjdk6/openjdk-6-src-b34-20_jan_2015.tar.xz")
|
(uri "https://java.net/downloads/openjdk6/openjdk-6-src-b35-14_apr_2015.tar.gz")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lafxvi255r22pjljkj9x6liacqdgin8smdmh6nzkdjjw7hv9l8k"))))
|
"05glw29vy4yw9rkjy9y8wg6ybzi89gjwi19qpnfda978x02r2x5p"))))
|
||||||
("lcms" ,lcms)
|
("lcms" ,lcms)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("gtk" ,gtk+-2)
|
("gtk" ,gtk+-2)
|
||||||
|
Loading…
Reference in New Issue
Block a user