diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-12-19 22:13:42 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-02-05 20:16:13 +0100 |
commit | a348520e2a253bc81fa92566e74f8b3e60fea058 (patch) | |
tree | f86439433f46459383defa1c70b9de54ebc2ff25 /gnu | |
parent | baa2a49b81211bdb622bd2420a6eed2122eaf989 (diff) |
gnu: java-commons-codec: Use latest commons parent.
* gnu/packages/java.scm (java-commons-codec)[propagated-inputs]: Fix
commons parent version.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |