etc: upgrade: Attempt to upgrade the latest libgit2, not the default one.

* etc/manifests/upgrade.scm (security-packages): Use
‘specification->package’ for libgit2.

Change-Id: I6901ff6d40c645b292aab4779acf1c0547fdc024
This commit is contained in:
Ludovic Courtès 2024-12-12 23:28:51 +01:00
parent 5e2daf4b10
commit 98aca7a2b6
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -32,7 +32,8 @@
((guix import github) #:select (%github-api))
(guix build-system gnu)
(guix build-system cmake)
((gnu packages) #:select (all-packages))
((gnu packages)
#:select (all-packages specification->package))
(gnu packages backup)
(gnu packages curl)
@ -40,7 +41,6 @@
(gnu packages gnupg)
(gnu packages ssh)
(gnu packages tls)
(gnu packages version-control)
(gnu packages xorg)
(ice-9 match)
@ -60,9 +60,12 @@ (define security-packages
curl-ssh
libarchive
libgit2
libssh
;; Since there are several libgit2 versions, pick the latest one and
;; compute the upgrade against that one.
(specification->package "libgit2")
;; GnuPG.
libassuan
libgpg-error