mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
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:
parent
d2159ee9d1
commit
9f00975f55
1 changed files with 1 additions and 3 deletions
|
@ -869,9 +869,7 @@ (define-public guile-git
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue