guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/12: gnu: openjdk12: Update source hash.


From: guix-commits
Subject: 02/12: gnu: openjdk12: Update source hash.
Date: Thu, 14 Mar 2024 09:49:11 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit d200159b8e36faf2b051809a15b87c7ab2cc08cb
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Mar 12 16:34:34 2024 +0000

    gnu: openjdk12: Update source hash.
    
    * gnu/packages/java.scm (openjdk12): Update source hash.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
    Change-Id: I03cbaf3fc21c045c67cd89bb37e232716b03bb30
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a115c134ba..e6eb21d866 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1534,7 +1534,7 @@ new Date();"))
 
 (define-public openjdk12
   (make-openjdk
-   openjdk11 "12.33" "0mbhdrk12b6878kby0flnbak7444dlpm0ihlmf92vk59y1c02bc2"
+   openjdk11 "12.33" "0pi2gwib3j2imi4l623iaywrmvfh9rqzh82lj2gxqbrmg55swvjf"
    (source
     (origin
       (method url-fetch)
@@ -1542,7 +1542,7 @@ new Date();"))
       (file-name (string-append name "-" version ".tar.bz2"))
       (sha256
        (base32
-        "0mbhdrk12b6878kby0flnbak7444dlpm0ihlmf92vk59y1c02bc2"))
+        "0pi2gwib3j2imi4l623iaywrmvfh9rqzh82lj2gxqbrmg55swvjf"))
       (modules '((guix build utils)))
       (snippet
        '(for-each delete-file (find-files "." "\\.(bin|exe|jar)$")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]