mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: msgraph: Update to 0.3.3.
* gnu/packages/gnome.scm (msgraph): Update to 0.3.3. Change-Id: I54969fc2decd66b1196567efb71dc29f9029d30d
This commit is contained in:
parent
1bea83d0a8
commit
d8fb8aad7a
1 changed files with 2 additions and 2 deletions
|
@ -7090,14 +7090,14 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.")
|
||||||
(define-public msgraph
|
(define-public msgraph
|
||||||
(package
|
(package
|
||||||
(name "msgraph")
|
(name "msgraph")
|
||||||
(version "0.2.3")
|
(version "0.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/msgraph/"
|
(uri (string-append "mirror://gnome/sources/msgraph/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"msgraph-" version ".tar.xz"))
|
"msgraph-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1c6xkxx2c1jqhy56pfbsmnk418n1rm2fgqyrgi3hf2kzrc0fhhpd"))))
|
(base32 "04j00lf0aqiccgbg95jh9sxmx48bgsrg110ilap9014r58py3mrp"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs (list gi-docgen gobject-introspection pkg-config uhttpmock))
|
(native-inputs (list gi-docgen gobject-introspection pkg-config uhttpmock))
|
||||||
(inputs (list gnome-online-accounts json-glib libsoup rest))
|
(inputs (list gnome-online-accounts json-glib libsoup rest))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue