GNU bug report logs - #52723
[PATCH] gnu: maven: Update to 3.8.4.

Previous Next

Package: guix-patches;

Reported by: Julien Lepiller <julien <at> lepiller.eu>

Date: Tue, 21 Dec 2021 22:43:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Julien Lepiller <julien <at> lepiller.eu>
To: 52723 <at> debbugs.gnu.org
Subject: [bug#52723] [PATCH 06/26] gnu: java-commons-codec: Use latest commons parent.
Date: Tue, 21 Dec 2021 23:44:50 +0100
* gnu/packages/java.scm (java-commons-codec)[propagated-inputs]: Fix
commons parent version.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 6332b58b98..7c57924231 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -7991,7 +7991,7 @@ (define-public java-commons-codec
     (native-inputs
      (list java-commons-lang3 java-junit))
     (propagated-inputs
-      (list apache-commons-parent-pom-50))
+      (list apache-commons-parent-pom-52))
     (home-page "https://commons.apache.org/codec/")
     (synopsis "Common encoders and decoders such as Base64, Hex, Phonetic and URLs")
     (description "The codec package contains simple encoder and decoders for
-- 
2.34.0





This bug report was last modified 3 years and 101 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.