guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit e66e14cbd4cbfc5bf33fbe97b3dcfc394501e59b
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Jan 18 15:13:02 2026 +0100

    gnu: patman: Update input.
    
    * gnu/packages/bootloaders.scm (patman)[inputs]: Replace
    python-pygit2-1.11 by python-pygit2.
    
    Change-Id: Iad3217b8c0b3d26bf0bceb0624b8c9cf8b3cd3ab
---
 gnu/packages/bootloaders.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index d120e5e216..90b6c66261 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1136,7 +1136,7 @@ commands part of the U-Boot project, such as Patman.")))
      (list git
            `(,git "send-email")
            guile-3.0/pinned             ;for wrap-script
-           python-pygit2-1.11
+           python-pygit2
            python-requests
            python-u-boot-pylib))
     (synopsis "Patch automation tool")

Reply via email to