all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: 61794@debbugs.gnu.org
Subject: [bug#61794] [PATCH 01/18] gnu: java-objenesis: Update to 3.3.
Date: Sat, 25 Feb 2023 21:30:25 +0100	[thread overview]
Message-ID: <8c21fa41d1a4bc4665a074eee3b960a99455459e.1677357041.git.julien@lepiller.eu> (raw)
In-Reply-To: <20230225212658.266eb281@sybil.lepiller.eu>

* gnu/packages/java.scm (java-objenesis): Update to 3.3.
---
 gnu/packages/java.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 388e9d127f..3ffc6b53dc 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -4861,7 +4861,7 @@ (define-public java-cglib
 (define-public java-objenesis
   (package
     (name "java-objenesis")
-    (version "2.5.1")
+    (version "3.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4870,11 +4870,12 @@ (define-public java-objenesis
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "054yi200wj00x6dp1sxfrwgndwywadsbn8d8ij1j0v45j9g2vdya"))))
+                "1brlcn536p4s1v1f3vzxhr38lvyhc33wjrbj2x06kdrd8agy90cr"))))
     (build-system ant-build-system)
     (arguments
-     `(#:jar-name "objenesis.jar"
-       #:source-dir "main/src/"
+     `(#:tests? #f; require junit-5
+       #:jar-name "objenesis.jar"
+       #:source-dir "main/src/main/java"
        #:test-dir "main/src/test/"))
     (native-inputs
      (list java-junit java-hamcrest-core))

base-commit: 9a2cf9ef0a9ece9aa0dcb24a31fe0c313d06988f
-- 
2.38.1





  reply	other threads:[~2023-02-25 20:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-25 20:26 [bug#61794] [PATCH] Update some Java packages Julien Lepiller
2023-02-25 20:30 ` Julien Lepiller [this message]
2023-02-25 20:30   ` [bug#61794] [PATCH 02/18] gnu: java-bsh: Update to 2.1.1 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 03/18] gnu: java-cglib: Update to 3.3.0 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 04/18] gnu: Add java-error-prone-annotations Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 05/18] gnu: java-guava: Update to 31.1 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 06/18] gnu: Add apache-parent-pom-29 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 07/18] gnu: Add maven-parent-pom-39 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 08/18] gnu: Add apache-parent-pom-27 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 09/18] gnu: Add maven-parent-pom-37 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 10/18] gnu: maven-resolver-api: Update to 1.9.4 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 11/18] gnu: maven: Update to 3.9.0 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 12/18] gnu: Add java-asm-9 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 13/18] gnu: Add java-asm-tree-9 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 14/18] gnu: Add java-asm-analysis-9 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 15/18] gnu: Add java-asm-util-9 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 16/18] gnu: Add java-asm-commons-9 Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 17/18] gnu: Add java-byte-buddy-dep Julien Lepiller
2023-02-25 20:30   ` [bug#61794] [PATCH 18/18] gnu: java-powermock-reflect: Update to 2.0.9 Julien Lepiller
2023-07-24 12:15 ` [bug#61794] Commit? Andreas Enge
2024-04-01 20:55 ` [bug#61794] [PATCH] Update some Java packages Ludovic Courtès

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=8c21fa41d1a4bc4665a074eee3b960a99455459e.1677357041.git.julien@lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=61794@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.