guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 226208840e26abea68926fd58177a65c5b54505d
Author: Julien Lepiller <[email protected]>
AuthorDate: Sun Feb 22 12:59:08 2026 +0100

    gnu: Add apache-parent-pom-35.
    
    * gnu/packages/maven-parent-pom.scm (apache-parent-pom-35): New
      variable.
    
    Change-Id: Iae0e444a905a338d08d4a118d8298852b4f3e9b3
---
 gnu/packages/maven-parent-pom.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maven-parent-pom.scm 
b/gnu/packages/maven-parent-pom.scm
index 870e5c7ba5..6c24bcffa2 100644
--- a/gnu/packages/maven-parent-pom.scm
+++ b/gnu/packages/maven-parent-pom.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2020, 2021, 2022 Julien Lepiller <[email protected]>
+;;; Copyright © 2020-2022, 2026 Julien Lepiller <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -104,6 +104,10 @@
   (make-apache-parent-pom
     "33" "06qpsnrqf8459aficmbdhad7ldv8k48dqwxivd7r7knlssmlqsww"))
 
+(define-public apache-parent-pom-35
+  (make-apache-parent-pom
+    "35" "0rj04bw9sdqv239gz2ihgqvrv0mpv7h58lbym1kyfh1rqa44m7x4"))
+
 (define* (make-apache-commons-parent-pom version hash parent
                                          #:key (tag-prefix "commons-parent-"))
   (hidden-package

Reply via email to