mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: jsonrpc-glib: Update to 3.42.0.
* gnu/packages/gnome.scm (jsonrpc-glib): Update to 3.42.0. [inputs, native-inputs]: Sort.
This commit is contained in:
parent
3426fc6036
commit
194e53b8a8
1 changed files with 8 additions and 6 deletions
|
@ -12569,7 +12569,7 @@ (define-public parlatype
|
||||||
(define-public jsonrpc-glib
|
(define-public jsonrpc-glib
|
||||||
(package
|
(package
|
||||||
(name "jsonrpc-glib")
|
(name "jsonrpc-glib")
|
||||||
(version "3.34.0")
|
(version "3.42.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 "/"
|
||||||
|
@ -12577,14 +12577,16 @@ (define-public jsonrpc-glib
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j05x4xv2cp3cbmp30m68z8g4rdw7b030ip4wszyfj9ya15v5kni"))))
|
"0sr71110gwbv08qwjh410fnhq6v5swn849y4gm314am8gjjqj692"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list json-glib glib))
|
(list glib
|
||||||
|
json-glib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list `(,glib "bin") ; for glib-genmarshal, etc.
|
||||||
`(,glib "bin") ; for glib-genmarshal, etc.
|
gobject-introspection
|
||||||
gobject-introspection vala))
|
pkg-config
|
||||||
|
vala))
|
||||||
(home-page "https://gitlab.gnome.org/GNOME/jsonrpc-glib")
|
(home-page "https://gitlab.gnome.org/GNOME/jsonrpc-glib")
|
||||||
(synopsis "JSON-RPC library for GLib")
|
(synopsis "JSON-RPC library for GLib")
|
||||||
(description "Jsonrpc-GLib is a library to communicate with JSON-RPC based
|
(description "Jsonrpc-GLib is a library to communicate with JSON-RPC based
|
||||||
|
|
Loading…
Reference in a new issue