Revert "gnu: libgit2: Update to 1.9.1."

This breaks the [cross-]build for the Hurd.

This reverts commit 246e564e58.
This commit is contained in:
Janneke Nieuwenhuizen 2025-06-27 07:48:29 +02:00
parent 9b044b7173
commit 332758dd5a
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -1392,7 +1392,7 @@ write native speed custom Git applications in any language with bindings.")
(define-public libgit2-1.9
(package
(inherit libgit2-1.8)
(version "1.9.1")
(version "1.9.0")
(source (origin
(inherit (package-source libgit2-1.8))
(uri (git-reference
@ -1404,7 +1404,7 @@ write native speed custom Git applications in any language with bindings.")
"libgit2-proxy-reconnection.patch"))
(sha256
(base32
"1k7h0phxz1i8i8qhd4dsyii62f30f33gmrpziqgri1ndnazkf4pz"))))))
"06ajn5i5l1209z7x7jxcpw68ph0a6g3q67bmx0jm381rr8cb4zdz"))))))
(define-public libgit2-1.6
(package