gnu: libgit2-glib: Update to 1.1.0.

* gnu/packages/gnome.scm (libgit2-glib): Update to 1.1.0.
[inputs]: Remove glib.
[propagated-inputs]: Add glib.
This commit is contained in:
Maxim Cournoyer 2022-09-10 11:13:54 -04:00
parent 4237ccbb49
commit 57c86aaba2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -11663,7 +11663,7 @@ (define-public libhandy-0.0
(define-public libgit2-glib (define-public libgit2-glib
(package (package
(name "libgit2-glib") (name "libgit2-glib")
(version "1.0.0.1") (version "1.1.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -11671,7 +11671,7 @@ (define-public libgit2-glib
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0mrb21cgqmbhbxqxwx76yry1ifqj1k4vy6455n6s034m6rlms2j6")))) "1wqypx0xv20vk0zfh20c474z6rdgbxbklcr2wkhl30dgbmbxg3f3"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list `(,glib "bin") ;; For glib-mkenums (list `(,glib "bin") ;; For glib-mkenums
@ -11681,10 +11681,9 @@ (define-public libgit2-glib
python-wrapper python-wrapper
vala)) vala))
(inputs (inputs
(list glib libssh2)) (list libssh2))
(propagated-inputs (propagated-inputs
(list ;; In Requires of libgit2-glib.pc. (list glib libgit2)) ;; In Requires of libgit2-glib.pc.
libgit2))
(synopsis "GLib wrapper around the libgit2 Git access library") (synopsis "GLib wrapper around the libgit2 Git access library")
(description "libgit2-glib is a GLib wrapper library around the libgit2 Git (description "libgit2-glib is a GLib wrapper library around the libgit2 Git
access library. It only implements the core plumbing functions, not really the access library. It only implements the core plumbing functions, not really the