Archived
1
0
Fork 0

gnu: Add maven-components-parent-pom-21.

* gnu/packages/maven-parent-pom.scm (maven-components-parent-pom-21):
New variable.
This commit is contained in:
Julien Lepiller 2020-06-27 16:31:15 +02:00
parent b5710bbc4a
commit c2cef73132
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -531,3 +531,15 @@ tool. This package contains the Maven parent POM.")
(description "This package contains the parent pom files for maven shared (description "This package contains the parent pom files for maven shared
components.") components.")
(license license:lgpl2.1+)))) (license license:lgpl2.1+))))
(define-public maven-components-parent-pom-21
(package
(inherit maven-components-parent-pom-22)
(source (origin
(method url-fetch)
(uri (string-append "https://repo1.maven.org/maven2/org/apache/"
"maven/shared/maven-shared-components/21/"
"maven-shared-components-21.pom"))
(sha256
(base32
"0cqa072fz55j5xyvixqv8vbd7jsbhb1cd14bzjvm0hbv2wpd9npf"))))))