gnu: Add apache-parent-pom-25.
* gnu/packages/maven-parent-pom.scm (apache-parent-pom-25): New variable.master
parent
67a2f6d6d9
commit
ecd735f33d
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2020, 2021 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2020, 2021, 2022 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -88,6 +88,10 @@
|
||||||
(make-apache-parent-pom
|
(make-apache-parent-pom
|
||||||
"23" "05c8i741f0m4311q264zvq0lc6srsyz2x95ga4d7qfd89swkzg9d"))
|
"23" "05c8i741f0m4311q264zvq0lc6srsyz2x95ga4d7qfd89swkzg9d"))
|
||||||
|
|
||||||
|
(define-public apache-parent-pom-25
|
||||||
|
(make-apache-parent-pom
|
||||||
|
"25" "1vwx2fpgk7cn2pnlnx26df26vndiwwn5l7ngakj0vwal5pmp6115"))
|
||||||
|
|
||||||
(define* (make-apache-commons-parent-pom version hash parent
|
(define* (make-apache-commons-parent-pom version hash parent
|
||||||
#:key (tag-prefix "commons-parent-"))
|
#:key (tag-prefix "commons-parent-"))
|
||||||
(hidden-package
|
(hidden-package
|
||||||
|
|
Reference in New Issue