roptat pushed a commit to branch master
in repository guix.
commit 4775d17137dd1ed5bb7ab2fa0552c8619efa683b
Author: Julien Lepiller <[email protected]>
AuthorDate: Mon Dec 20 02:55:16 2021 +0100
gnu: java-eclipse-sisu-plexus: Update to 0.3.5.
* gnu/packages/java.scm (java-eclipse-sisu-plexus): Update to 0.3.5.
---
gnu/packages/java.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 9112c95851..0686a46571 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -13096,7 +13096,7 @@ OSGi Service Registry is a goal of this project.")
(define-public java-eclipse-sisu-plexus
(package
(name "java-eclipse-sisu-plexus")
- (version "0.3.4")
+ (version "0.3.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -13105,7 +13105,7 @@ OSGi Service Registry is a goal of this project.")
(file-name (git-file-name name version))
(sha256
(base32
- "17mjlajnsqnk07cc58h1qpxrif85yb2m2y0pyba48yjjgikk8r9f"))
+ "0lm5h0dmh41ffcwd32qnk3a87d360am36yq7168ikkyqa8jxkx28"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -13158,7 +13158,8 @@ OSGi Service Registry is a goal of this project.")
(replace 'install
(install-from-pom "org.eclipse.sisu.plexus/pom.xml")))))
(propagated-inputs
- (list java-plexus-classworlds
+ (list java-jsr250
+ java-plexus-classworlds
java-plexus-utils
java-plexus-component-annotations
java-cdi-api