aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-04-30 12:22:56 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-04-30 12:41:06 +0200
commit0cd8efcc8c954ba4dafb97bbc68bc1d39fa48d14 (patch)
tree00b5e5b49f7ab3fa05e1a47f5e494172553bb940
parent6215132155e1a36629fdc5001edbf9dd53ead93f (diff)
downloadguix-0cd8efcc8c954ba4dafb97bbc68bc1d39fa48d14.tar
guix-0cd8efcc8c954ba4dafb97bbc68bc1d39fa48d14.tar.gz
gnu: java-plexus-utils: Update to 3.2.0.
* gnu/packages/java.scm (java-plexus-utils): Update to 3.2.0.
-rw-r--r--gnu/packages/java.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index bcd3f98ce0..762d5d0e87 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3225,7 +3225,7 @@ sharing common test data, and test runners for running tests.")
(define-public java-plexus-utils
(package
(name "java-plexus-utils")
- (version "3.0.24")
+ (version "3.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/codehaus-plexus/"
@@ -3233,7 +3233,7 @@ sharing common test data, and test runners for running tests.")
version ".tar.gz"))
(sha256
(base32
- "1mlwpc6fms24slygv5yvi6fi9hcha2fh0v73p5znpi78bg36i2js"))))
+ "1ihfigar20lvk4pinii7dq05i173xphhw4iyrk6gjfy04m01j2lz"))))
(build-system ant-build-system)
;; FIXME: The default build.xml does not include a target to install
;; javadoc files.
@@ -3266,7 +3266,8 @@ cli/shell/BourneShell.java"
(delete-file "cli/CommandlineTest.java"))
#t)))))
(native-inputs
- `(("java-junit" ,java-junit)))
+ `(("java-hamcrest-core" ,java-hamcrest-core)
+ ("java-junit" ,java-junit)))
(home-page "http://codehaus-plexus.github.io/plexus-utils/")
(synopsis "Common utilities for the Plexus framework")
(description "This package provides various Java utility classes for the