gnu: libgit2-1.4: Update to 1.4.6.

* gnu/packages/version-control.scm (libgit2-1.4): Update to 1.4.6.

Change-Id: Ieb470e93d6be9a2e45585b747efb695ef9f33161
This commit is contained in:
Efraim Flashner 2024-02-27 08:25:54 +02:00
parent 5bf912330b
commit 99e5f3cd14
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -991,7 +991,7 @@ write native speed custom Git applications in any language with bindings.")
(define-public libgit2-1.4
(package
(inherit libgit2)
(version "1.4.5")
(version "1.4.6")
(source (origin
(inherit (package-source libgit2))
(method git-fetch)
@ -1001,7 +1001,7 @@ write native speed custom Git applications in any language with bindings.")
(file-name (git-file-name "libgit2" version))
(sha256
(base32
"0q754ipc6skagszi93lcy6qr09ibavivm2q5i5fhpdblvlnv2p7x"))))))
"0iv7h2fdnlv5vj4dx09w71xbj004hidbpsbgv02gbvlpvsz3jpcf"))))))
(define-public libgit2-1.3
(package