me
/
guix
Archived
1
0
Fork 0

gnu: java-commons-codec: Update to 1.15.

* gnu/packages/java.scm (java-commons-codec): Update to 1.15.
master
Tobias Geerinckx-Rice 2021-07-25 21:38:09 +02:00
parent 94ec198506
commit 3e8537c146
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -7950,14 +7950,14 @@ This is a part of the Apache Commons Project.")
(define-public java-commons-codec
(package
(name "java-commons-codec")
(version "1.14")
(version "1.15")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/commons/codec/source/"
"commons-codec-" version "-src.tar.gz"))
(sha256
(base32
"11xr0agckkhm91pb5akf2mbk84yd54gyr178wj57gsm97fi7nkh9"))))
"01z9qmg8fd8d7p7xxipwj1vi9bmvpgqyi29kldjz2x6vzwm171jj"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "java-commons-codec.jar"