all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74043] [PATCH] gnu: libgit2: Update to 1.8.3.
@ 2024-10-27  9:39 ashish.is--- via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: ashish.is--- via Guix-patches via @ 2024-10-27  9:39 UTC (permalink / raw)
  To: 74043; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.3.

Change-Id: Iff5b1f341a480d06e1f618bc306f0ff0c3a62713
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 6bd37fee82..cfdc1ae9c9 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1166,7 +1166,7 @@ (define-public libgit2-1.7
 (define-public libgit2-1.8
   (package
     (inherit libgit2-1.7)
-    (version "1.8.1")
+    (version "1.8.3")
     (source (origin
               (inherit (package-source libgit2-1.7))
               (uri (git-reference
@@ -1175,7 +1175,7 @@ (define-public libgit2-1.8
               (file-name (git-file-name "libgit2" version))
               (sha256
                (base32
-                "1mh55804cvxl2cyl4clinajzgfn3zmlhacnv1pdvdj4w6z2w4si7"))
+                "11jyxy6ckl19ayqpq5s3nlbcd0s1q4sdy8884m4pjrbzgxg6y1ds"))
               (patches
                (search-patches "libgit2-uninitialized-proxy-settings.patch"))
 	      (snippet

base-commit: d91b7a387a59027bc6ad312f88422d6d564bf1df
-- 
2.47.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-27  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-27  9:39 [bug#74043] [PATCH] gnu: libgit2: Update to 1.8.3 ashish.is--- via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.