guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

45/110: gnu: Add java-plexus-utils-3.3.0.


From: guix-commits
Subject: 45/110: gnu: Add java-plexus-utils-3.3.0.
Date: Thu, 16 Jul 2020 22:23:22 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 2ddf13aed27d09368563787581b9d0f0408d6007
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat May 16 23:36:43 2020 +0200

    gnu: Add java-plexus-utils-3.3.0.
    
    * gnu/packages/java.scm (java-plexus-utils-3.3.0): New variable.
---
 gnu/packages/java.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index c8de5c3..ac98f35 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]