[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
188/203: gnu: gnome-online-accounts: Update to 3.43.1.
From: |
guix-commits |
Subject: |
188/203: gnu: gnome-online-accounts: Update to 3.43.1. |
Date: |
Wed, 3 Nov 2021 21:10:41 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit e1e208e3112d1f1c02c80a93a8b6c71c11ed51ce
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 31 10:48:00 2021 -0400
gnu: gnome-online-accounts: Update to 3.43.1.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.43.1.
[inputs]{webkitgtk}: Use webkitgtk-with-libsoup2.
---
gnu/packages/gnome.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7bbffa4..e22ea76 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7544,7 +7544,7 @@ window manager.")
(define-public gnome-online-accounts
(package
(name "gnome-online-accounts")
- (version "3.40.0")
+ (version "3.43.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7552,7 +7552,7 @@ window manager.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1yn3n9pn2afrfv36cy2vxhm5r8lbn4gb0kyvpxvknm3gkyblyp2q"))))
+ "1s5pmy3hx6hhnyi40r7b773py9kn2qbkxnpxv6149z9fl5ikdjrv"))))
(outputs '("out" "lib"))
(build-system glib-or-gtk-build-system)
(arguments
@@ -7587,7 +7587,9 @@ window manager.")
("json-glib" ,json-glib)
("libsecret" ,libsecret)
("rest" ,rest)
- ("webkitgtk" ,webkitgtk)))
+ ;; WebKitGtk propagates libsoup 3, which causes the build to fail; so
+ ;; use a special variant.
+ ("webkitgtk" ,webkitgtk-with-libsoup2)))
(synopsis "Single sign-on framework for GNOME")
(home-page "https://wiki.gnome.org/Projects/GnomeOnlineAccounts")
(description
- 154/203: gnu: python-dbusmock: Update to 0.24.0., (continued)
- 154/203: gnu: python-dbusmock: Update to 0.24.0., guix-commits, 2021/11/03
- 149/203: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/03
- 158/203: gnu: gdk-pixbuf: Remove obsolete jasper support., guix-commits, 2021/11/03
- 163/203: gnu: python-numpy: Update to 1.21.3 and cleanup., guix-commits, 2021/11/03
- 164/203: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/03
- 165/203: gnu: ldc: Update to 1.27.1., guix-commits, 2021/11/03
- 166/203: gnu: python2-lit: Remove package., guix-commits, 2021/11/03
- 167/203: gnu: python-lit: Update to 12.0.1., guix-commits, 2021/11/03
- 169/203: gnu: Add meson-0.59., guix-commits, 2021/11/03
- 181/203: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/03
- 188/203: gnu: gnome-online-accounts: Update to 3.43.1.,
guix-commits <=
- 195/203: gnu: openblas: Update to 0.3.18., guix-commits, 2021/11/03
- 197/203: gnu: ansible-core: Update to 2.11.6., guix-commits, 2021/11/03
- 57/203: gnu: Add a missing copyright., guix-commits, 2021/11/03
- 69/203: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/11/03
- 61/203: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/11/03
- 64/203: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/11/03
- 68/203: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/03
- 73/203: bluez: Update to 5.61., guix-commits, 2021/11/03
- 75/203: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/11/03
- 80/203: gnu: diffutils: Update to 3.8., guix-commits, 2021/11/03