summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-19 14:01:21 +0900
committerAndreas Enge <andreas@enge.fr>2026-03-06 14:53:13 +0100
commit2f18c687eb47e21017f0ec809f933fe1e7c7cbd6 (patch)
tree256a12e310c863bcfdac2d2c445c313f617ce838 /gnu
parent61143acfcb70079f3896a04170075bf0b818cb21 (diff)
gnu: msgraph: Update to 0.3.3.
* gnu/packages/gnome.scm (msgraph): Update to 0.3.3. Change-Id: I54969fc2decd66b1196567efb71dc29f9029d30d
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index afaa910c742..fcb1f13880d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7000,14 +7000,14 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.")
(define-public msgraph
(package
(name "msgraph")
- (version "0.2.3")
+ (version "0.3.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/msgraph/"
(version-major+minor version) "/"
"msgraph-" version ".tar.xz"))
(sha256
- (base32 "1c6xkxx2c1jqhy56pfbsmnk418n1rm2fgqyrgi3hf2kzrc0fhhpd"))))
+ (base32 "04j00lf0aqiccgbg95jh9sxmx48bgsrg110ilap9014r58py3mrp"))))
(build-system meson-build-system)
(native-inputs (list gi-docgen gobject-introspection pkg-config uhttpmock))
(inputs (list gnome-online-accounts json-glib libsoup librest))