diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-06-27 15:58:57 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-07-17 04:10:55 +0200 |
commit | 10f8dedf39d6a2e40070691a8a27846eada4f790 (patch) | |
tree | 60b0ec74c9927a0c11652e4eb3c4176ccc965d1d /gnu/packages/maven-parent-pom.scm | |
parent | bef4d92050928cee6eafd2bde580b27bf16056da (diff) | |
download | guix-10f8dedf39d6a2e40070691a8a27846eada4f790.tar guix-10f8dedf39d6a2e40070691a8a27846eada4f790.tar.gz |
gnu: Add apache-parent-pom-6.
* gnu/packages/maven.scm (apache-parent-pom-6): New variable.
Diffstat (limited to 'gnu/packages/maven-parent-pom.scm')
-rw-r--r-- | gnu/packages/maven-parent-pom.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/maven-parent-pom.scm b/gnu/packages/maven-parent-pom.scm index b1bc44696b..d6b11e755a 100644 --- a/gnu/packages/maven-parent-pom.scm +++ b/gnu/packages/maven-parent-pom.scm @@ -50,6 +50,10 @@ (description "This package contains the Apache parent POM.") (license license:asl2.0)))) +(define-public apache-parent-pom-6 + (make-apache-parent-pom + "6" "1bq0ma2ya2cnp2icd4l20sv6y7zxqr9sa35wzv1s49nqsrm38kw3")) + (define-public apache-parent-pom-13 (make-apache-parent-pom "13" "1cfxaz1jy8fbn06sb648qpiq23swpbj3kb5ya7f9g9jmya5fy09z")) |