guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: libgit2-glib: Update to 1.0.0.1.


From: guix-commits
Subject: 03/03: gnu: libgit2-glib: Update to 1.0.0.1.
Date: Sat, 22 Jan 2022 14:39:20 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 661bf2f518b06cda52d50f582469ebeec517f76f
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Jan 22 20:18:32 2022 +0100

    gnu: libgit2-glib: Update to 1.0.0.1.
    
    * gnu/packages/gnome.scm (libgit2-glib): Update to 1.0.0.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 69a6a4a40a..ad7536c07c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11305,7 +11305,7 @@ for usage on small and big screens.")
 (define-public libgit2-glib
   (package
     (name "libgit2-glib")
-    (version "0.99.0.1")
+    (version "1.0.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -11313,7 +11313,7 @@ for usage on small and big screens.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1pmrcnsa7qdda73c3dxf47733mwprmj5ljpw3acxbj6r8k27anp0"))))
+                "0mrb21cgqmbhbxqxwx76yry1ifqj1k4vy6455n6s034m6rlms2j6"))))
     (build-system meson-build-system)
     (native-inputs
      (list `(,glib "bin") ;; For glib-mkenums



reply via email to

[Prev in Thread] Current Thread [Next in Thread]