Archived
1
0
Fork 0

gnu: maven: Update to 3.8.6.

* gnu/packages/maven.scm (maven): Update to 3.8.6.
This commit is contained in:
Julien Lepiller 2022-08-24 18:16:52 +02:00
parent 6199ee19ff
commit 09e3ab6fbf
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

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