[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/26: gnu: java-commons-codec: Use latest commons parent.
From: |
guix-commits |
Subject: |
06/26: gnu: java-commons-codec: Use latest commons parent. |
Date: |
Sat, 5 Feb 2022 14:18:57 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit a348520e2a253bc81fa92566e74f8b3e60fea058
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Dec 19 22:13:42 2021 +0100
gnu: java-commons-codec: Use latest commons parent.
* 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 97daaa625f..08d6053fed 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -7668,7 +7668,7 @@ This is a part of the Apache Commons Project.")
(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
- branch master updated (dda56249ae -> 26c74ed808), guix-commits, 2022/02/05
- 08/26: gnu: Add java-plexus-build-api., guix-commits, 2022/02/05
- 15/26: gnu: maven-common-artifact-filters: Update to 3.2.0., guix-commits, 2022/02/05
- 01/26: gnu: Add apache-parent-pom-23., guix-commits, 2022/02/05
- 13/26: gnu: java-eclipse-sisu-inject: Update to 0.3.5., guix-commits, 2022/02/05
- 12/26: gnu: java-jsr250: Use proper source., guix-commits, 2022/02/05
- 16/26: gnu: java-plexus-container-default-bootstrap: Update to 2.1.0., guix-commits, 2022/02/05
- 03/26: gnu: Add plexus-parent-pom-8., guix-commits, 2022/02/05
- 06/26: gnu: java-commons-codec: Use latest commons parent.,
guix-commits <=
- 10/26: gnu: java-plexus-sec-dispatcher: Update to 2.0., guix-commits, 2022/02/05
- 20/26: gnu: Add java-sonatype-aether-util-1.13., guix-commits, 2022/02/05
- 04/26: gnu: Add maven-parent-pom-34., guix-commits, 2022/02/05
- 05/26: gnu: maven-parent-pom: Fix dependency versions., guix-commits, 2022/02/05
- 23/26: gnu: maven-enforcer-api: Update to 3.0.0., guix-commits, 2022/02/05
- 24/26: gnu: maven-wagon-provider-api: Update to 3.4.3., guix-commits, 2022/02/05
- 02/26: gnu: Add apache-commons-parent-pom-52., guix-commits, 2022/02/05
- 17/26: gnu: Add java-sonatype-aether-api-1.13., guix-commits, 2022/02/05
- 19/26: gnu: Add java-sonatype-aether-test-util-1.13., guix-commits, 2022/02/05
- 21/26: gnu: maven-dependency-tree: Update to 3.1.0., guix-commits, 2022/02/05