[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: libgit2-1.7: Update to 1.7.2.
From: |
guix-commits |
Subject: |
01/03: gnu: libgit2-1.7: Update to 1.7.2. |
Date: |
Tue, 27 Feb 2024 01:28:31 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 9ee57722ceaf290701a6c6a39b46221871373879
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 27 08:21:51 2024 +0200
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
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 330fa2f16d..4c6dcacdb6 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -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)))