gnu: patman: Update input.

* gnu/packages/bootloaders.scm (patman)[inputs]: Replace
python-pygit2-1.11 by python-pygit2.

Change-Id: Iad3217b8c0b3d26bf0bceb0624b8c9cf8b3cd3ab
This commit is contained in:
Andreas Enge 2026-01-18 15:13:02 +01:00
parent 244db1217a
commit e66e14cbd4
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")