gnu: libgit2-1.7: Update to 1.7.2.

* gnu/packages/version-control.scm (libgit2-1.7): Update to 1.7.2.

Change-Id: I60ad4aa2a5b29b027755cf8add848bd4a8b71282
This commit is contained in:
Efraim Flashner 2024-02-27 08:21:51 +02:00
parent 4b60a39aa5
commit 9ee57722ce
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
;;; Copyright © 2015, 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2016, 2019, 2021 Eric Bavier <bavier@posteo.net>
;;; Copyright © 2015-2023 Flashner <efraim@flashner.co.il>
;;; Copyright © 2015-2024 Flashner <efraim@flashner.co.il>
;;; Copyright © 2015, 2018, 2020, 2021, 2022 Kyle Meyer <kyle@kyleam.com>
;;; Copyright © 2015, 2017, 2018, 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
@ -949,7 +949,7 @@ write native speed custom Git applications in any language with bindings.")
(define-public libgit2-1.7
(package
(inherit libgit2)
(version "1.7.1")
(version "1.7.2")
(source (origin
(inherit (package-source libgit2))
(method git-fetch)
@ -959,7 +959,7 @@ write native speed custom Git applications in any language with bindings.")
(file-name (git-file-name "libgit2" version))
(sha256
(base32
"1wq6a91k97gbsyafla39yvn1lnr559hqc41ksz1qxv7flf5kyvfx"))
"0i95jwrwx4svh5l4dpa5r4a99f813hlm7nzzkbqzmnw4pkyxhlvx"))
;; We need to use the bundled xdiff until an option is given
;; to use the one from git.
(modules '((guix build utils)))