gnu: guile-git: Depend on libgit2 1.7.

* gnu/packages/guile.scm (guile-git)[inputs]: Replace LIBGIT2-1.3 with
LIBGIT2-1.7.

Change-Id: Ia386f977b0888b7bd9b26443ac6150428fda2155
This commit is contained in:
Ludovic Courtès 2024-02-26 22:15:57 +01:00
parent d2159ee9d1
commit 9f00975f55
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 3 deletions

View File

@ -869,9 +869,7 @@ type system, elevating types to first-class status.")
(native-inputs
(list pkg-config autoconf automake texinfo guile-3.0 guile-bytestructures))
(inputs
;; libgit2@1.4.3 fixed a git CVE it never shared, breaking Guix. Use
;; 1.3 for now; see <https://issues.guix.gnu.org/55399> for alternatives.
(list guile-3.0 libgit2-1.3))
(list guile-3.0 libgit2-1.7))
(propagated-inputs
(list guile-bytestructures))
(synopsis "Guile bindings for libgit2")