diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-06-27 20:25:06 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-07-17 04:11:02 +0200 |
commit | 97de6e0c8015144eb0cac38d85789124295e3abf (patch) | |
tree | de9dc4de666f85ec5eff473c46ae1a285658f75e /gnu | |
parent | 474c61c579c0d62da779ca392e3c39ecb79e1eb4 (diff) | |
download | guix-97de6e0c8015144eb0cac38d85789124295e3abf.tar.gz guix-97de6e0c8015144eb0cac38d85789124295e3abf.zip |
gnu: Add apache-parent-pom-19.
* gnu/packages/maven-parent-pom.scm (apache-parent-pom-19): New
variable.
Diffstat (limited to 'gnu')
-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 46f2c62aee..64637244ea 100644 --- a/gnu/packages/maven-parent-pom.scm +++ b/gnu/packages/maven-parent-pom.scm @@ -73,3 +73,7 @@ (define-public apache-parent-pom-18 (make-apache-parent-pom "18" "1il97vpdmv5k2gnyinj45q00f7f4w9hcb588digwfid5bskddnyy")) + +(define-public apache-parent-pom-19 + (make-apache-parent-pom + "19" "02drnwv2qqk1dmxbmmrk0bi1iil5cal9l47w53ascpbjg6242mp1")) |