1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: patman: Update input.

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

Change-Id: Iad3217b8c0b3d26bf0bceb0624b8c9cf8b3cd3ab
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Andreas Enge
2026-01-18 15:13:02 +01:00
committed by Rutherther
parent 28e4b5fec4
commit af04ced82a

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