guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: libgit2-glib: Update to 0.99.0.1.


From: guix-commits
Subject: 01/04: gnu: libgit2-glib: Update to 0.99.0.1.
Date: Fri, 6 Mar 2020 06:37:45 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 6448c2e156fed5b2e9375f0ae378fbbce38ffb36
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 6 11:17:05 2020 +0100

    gnu: libgit2-glib: Update to 0.99.0.1.
    
    * gnu/packages/gnome.scm (libgit2-glib): Update to 0.99.0.1.
    [native-inputs]: Remove INTLTOOL.
---
 gnu/packages/gnome.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c802164..05c877e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9616,7 +9616,7 @@ for usage on small and big screens.")
 (define-public libgit2-glib
   (package
     (name "libgit2-glib")
-    (version "0.28.0.1")
+    (version "0.99.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9624,12 +9624,11 @@ for usage on small and big screens.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0a0g7aw66rfgnqr4z7fgbk5zzcjq66m4rp8v4val3a212941h0g7"))))
+                "1pmrcnsa7qdda73c3dxf47733mwprmj5ljpw3acxbj6r8k27anp0"))))
     (build-system meson-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ;; For glib-mkenums
        ("gobject-introspection" ,gobject-introspection)
-       ("intltool" ,intltool)
        ("libssh2" ,libssh2)
        ("pkg-config" ,pkg-config)
        ("python-pygobject" ,python-pygobject)



reply via email to

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