guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: maven: Update to 3.8.6.


From: guix-commits
Subject: branch master updated: gnu: maven: Update to 3.8.6.
Date: Wed, 24 Aug 2022 12:20:34 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 09e3ab6fbf gnu: maven: Update to 3.8.6.
09e3ab6fbf is described below

commit 09e3ab6fbfa3749e577cd01362a8bf5a5a53e8a3
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Aug 24 18:16:52 2022 +0200

    gnu: maven: Update to 3.8.6.
    
    * gnu/packages/maven.scm (maven): Update to 3.8.6.
---
 gnu/packages/maven.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index f84f1ae177..28ec4eb9a8 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -1118,13 +1118,13 @@ gets and puts artifacts through HTTP(S) using Apache 
HttpClient-4.x.")))
 (define maven-pom
   (package
     (name "maven-pom")
-    (version "3.8.5")
+    (version "3.8.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://apache/maven/"
                                   "maven-3/" version "/source/"
                                   "apache-maven-" version "-src.tar.gz"))
-              (sha256 (base32 
"01y0fjvlvgy1bl3mdhbjll2xhzpli6aklqb3w29xpbgk6frxn3d6"))
+              (sha256 (base32 
"0jszmcaxp597a62ajrc478jxix1qmw4pknhiygsbjdy3kccc7gvj"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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