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.
This commit is contained in:
parent
16afb35ac9
commit
5084e21819
@ -4917,7 +4917,7 @@ libxml to ease remote use of the RESTful API.")
|
|||||||
(define-public libsoup-minimal
|
(define-public libsoup-minimal
|
||||||
(package
|
(package
|
||||||
(name "libsoup-minimal")
|
(name "libsoup-minimal")
|
||||||
(version "3.0.1")
|
(version "3.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libsoup/"
|
(uri (string-append "mirror://gnome/sources/libsoup/"
|
||||||
@ -4925,7 +4925,7 @@ libxml to ease remote use of the RESTful API.")
|
|||||||
"libsoup-" version ".tar.xz"))
|
"libsoup-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ixwj6d0ryvana6lq1fmbbbin0f2wd5n9iv4ynb8nigq21nk233g"))))
|
"0pp2s9rj7pp45ac99hbqszznln5ljj38cbc8lbljfc5fmm6v0rai"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-Dgtk_doc=false")
|
`(#:configure-flags '("-Dgtk_doc=false")
|
||||||
|
Loading…
Reference in New Issue
Block a user