guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: guile-git: Depend on libgit2 1.7.


From: guix-commits
Subject: 03/04: gnu: guile-git: Depend on libgit2 1.7.
Date: Mon, 26 Feb 2024 17:45:33 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 9f00975f55e569fc3ba204fc34261a942a19b4e5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Feb 26 22:15:57 2024 +0100

    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
---
 gnu/packages/guile.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 78295ab51c..3476af2a51 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]