diff options
| author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-06-27 07:48:29 +0200 |
|---|---|---|
| committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-06-27 07:48:29 +0200 |
| commit | 332758dd5aec8896ea07a1e17f6b98ae9ede62f6 (patch) | |
| tree | af38b8ca71d9d4c437b9198a47d737d90aeb555e | |
| parent | 9b044b7173517bf8589273ca3ea859d74ef1872e (diff) | |
Revert "gnu: libgit2: Update to 1.9.1."
This breaks the [cross-]build for the Hurd.
This reverts commit 246e564e5841f50ce1ad447deef5bc3a32b17cd7.
| -rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index d0e28f537d0..fd89ca34495 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -1392,7 +1392,7 @@ write native speed custom Git applications in any language with bindings.") | |||
| 1392 | (define-public libgit2-1.9 | 1392 | (define-public libgit2-1.9 |
| 1393 | (package | 1393 | (package |
| 1394 | (inherit libgit2-1.8) | 1394 | (inherit libgit2-1.8) |
| 1395 | (version "1.9.1") | 1395 | (version "1.9.0") |
| 1396 | (source (origin | 1396 | (source (origin |
| 1397 | (inherit (package-source libgit2-1.8)) | 1397 | (inherit (package-source libgit2-1.8)) |
| 1398 | (uri (git-reference | 1398 | (uri (git-reference |
| @@ -1404,7 +1404,7 @@ write native speed custom Git applications in any language with bindings.") | |||
| 1404 | "libgit2-proxy-reconnection.patch")) | 1404 | "libgit2-proxy-reconnection.patch")) |
| 1405 | (sha256 | 1405 | (sha256 |
| 1406 | (base32 | 1406 | (base32 |
| 1407 | "1k7h0phxz1i8i8qhd4dsyii62f30f33gmrpziqgri1ndnazkf4pz")))))) | 1407 | "06ajn5i5l1209z7x7jxcpw68ph0a6g3q67bmx0jm381rr8cb4zdz")))))) |
| 1408 | 1408 | ||
| 1409 | (define-public libgit2-1.6 | 1409 | (define-public libgit2-1.6 |
| 1410 | (package | 1410 | (package |
