gnu: openjdk14: Update to 14.0.2.

* gnu/packages/java.scm (openjdk14): Update to 14.0.2.
[source]: Switch to https://github.com/openjdk/jdk14u.
This commit is contained in:
Pierre Langlois 2021-06-12 19:54:10 +01:00
parent 2407527507
commit c2834544e3
No known key found for this signature in database
GPG key ID: A8FC9E447F4F7D54

View file

@ -2473,14 +2473,16 @@ (define-public openjdk14
(package (package
(inherit openjdk13) (inherit openjdk13)
(name "openjdk") (name "openjdk")
(version "14.0") (version "14.0.2")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri "http://hg.openjdk.java.net/jdk/jdk14/archive/bc54620a3848.tar.bz2") (uri (git-reference
(file-name (string-append name "-" version ".tar.bz2")) (url "https://github.com/openjdk/jdk14u")
(commit (string-append "jdk-" version "-ga"))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0z485pk7r1xpw8004g4nrwrzj17sabgx8yfdbxwfvzkjp8qyajch")) "07k9bsbxwyf2z2n50z96nvhsdai916mxdxcr5lm44jz7f6xrwfq6"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
`(begin `(begin