me
/
guix
Archived
1
0
Fork 0

gnu: Add java-plexus-utils-3.3.0.

* gnu/packages/java.scm (java-plexus-utils-3.3.0): New variable.
master
Julien Lepiller 2020-05-16 23:36:43 +02:00
parent b3971a5c47
commit 2ddf13aed2
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 14 additions and 0 deletions

View File

@ -3881,6 +3881,20 @@ Plexus framework to ease working with strings, files, command lines, XML and
more.")
(license license:asl2.0)))
(define-public java-plexus-utils-3.3.0
(package
(inherit java-plexus-utils)
(version "3.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/codehaus-plexus/plexus-utils")
(commit (string-append "plexus-utils-" version))))
(file-name (git-file-name "java-plexus-utils" version))
(sha256
(base32
"0d0fq21rzjy0j55kcp8w9k1rbq9rwr0r7cc8239p9jbz54vihp0g"))))))
(define-public java-plexus-interpolation
(package
(name "java-plexus-interpolation")