all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 64716@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#64716] [PATCH 1/2] gnu: openjdk12: Update source hash.
Date: Tue, 18 Jul 2023 18:07:31 +0000	[thread overview]
Message-ID: <20230718180737.14043-1-code@greghogan.com> (raw)
In-Reply-To: <20230718180633.13947-1-code@greghogan.com>

* gnu/packages/java.scm (openjdk12): Update source hash.
---
 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 7ad1116527..a5d6dd5f2d 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1421,7 +1421,7 @@ (define-syntax make-openjdk
 
 (define-public openjdk12
   (make-openjdk
-   openjdk11 "12.33" "0mbhdrk12b6878kby0flnbak7444dlpm0ihlmf92vk59y1c02bc2"
+   openjdk11 "12.33" "0pi2gwib3j2imi4l623iaywrmvfh9rqzh82lj2gxqbrmg55swvjf"
    (source
     (origin
       (method url-fetch)
@@ -1429,7 +1429,7 @@ (define-public openjdk12
       (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)$")))
-- 
2.41.0





  reply	other threads:[~2023-07-18 19:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-18 18:06 [bug#64716] [PATCH 0/2] Update source hashes Greg Hogan
2023-07-18 18:07 ` Greg Hogan [this message]
2023-07-18 18:07   ` [bug#64716] [PATCH 2/2] gnu: java-bouncycastle: Update source hash Greg Hogan
2023-10-24 15:43 ` [bug#64716] [PATCH v2 0/4] Update source hashes Greg Hogan
2023-10-24 15:44   ` [bug#64716] [PATCH v2 1/4] gnu: java-bouncycastle: Update source hash Greg Hogan
2023-10-24 15:44   ` [bug#64716] [PATCH v2 2/4] gnu: openjdk12: " Greg Hogan
2023-10-24 15:44   ` [bug#64716] [PATCH v2 3/4] gnu: openjdk11: Update to 11.0.21 Greg Hogan
2023-10-24 15:44   ` [bug#64716] [PATCH v2 4/4] gnu: atop: Update source hash Greg Hogan
2024-03-12 16:56 ` bug#64716: Cancel Greg Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230718180737.14043-1-code@greghogan.com \
    --to=code@greghogan.com \
    --cc=64716@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.