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
(inherit openjdk13)
(name "openjdk")
(version "14.0")
(version "14.0.2")
(source (origin
(method url-fetch)
(uri "http://hg.openjdk.java.net/jdk/jdk14/archive/bc54620a3848.tar.bz2")
(file-name (string-append name "-" version ".tar.bz2"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/openjdk/jdk14u")
(commit (string-append "jdk-" version "-ga"))))
(file-name (git-file-name name version))
(sha256
(base32
"0z485pk7r1xpw8004g4nrwrzj17sabgx8yfdbxwfvzkjp8qyajch"))
"07k9bsbxwyf2z2n50z96nvhsdai916mxdxcr5lm44jz7f6xrwfq6"))
(modules '((guix build utils)))
(snippet
`(begin