mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: Add java-plexus-utils-3.3.0.
* gnu/packages/java.scm (java-plexus-utils-3.3.0): New variable.
This commit is contained in:
parent
b3971a5c47
commit
2ddf13aed2
1 changed files with 14 additions and 0 deletions
|
@ -3881,6 +3881,20 @@ (define-public java-plexus-utils
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue