diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-25 22:16:52 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-25 22:19:52 -0500 |
commit | 5084e21819e7832b0fa113a1070cb831a145ea57 (patch) | |
tree | fdb1f7654c887d8edc56d394cd600bc8894bd112 /gnu/packages/gnome.scm | |
parent | 16afb35ac9dbc82534930b70ffcc4eb2bf9db808 (diff) |
gnu: libsoup: Update to 3.0.3.
This resolves test failures on 32 bit platforms (see:
https://gitlab.gnome.org/GNOME/libsoup/-/issues/236).
* gnu/packages/gnome.scm (libsoup): Update to 3.0.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f66943ef97..804e714434 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4917,7 +4917,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup-minimal (package (name "libsoup-minimal") - (version "3.0.1") + (version "3.0.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -4925,7 +4925,7 @@ libxml to ease remote use of the RESTful API.") "libsoup-" version ".tar.xz")) (sha256 (base32 - "0ixwj6d0ryvana6lq1fmbbbin0f2wd5n9iv4ynb8nigq21nk233g")))) + "0pp2s9rj7pp45ac99hbqszznln5ljj38cbc8lbljfc5fmm6v0rai")))) (build-system meson-build-system) (arguments `(#:configure-flags '("-Dgtk_doc=false") |