gnu: libsoup-minimal: Update to 3.0.7.
* gnu/packages/gnome.scm (libsoup-minimal): Update to 3.0.7.
This commit is contained in:
parent
b4a7f8c917
commit
ab72ab800f
1 changed files with 2 additions and 2 deletions
|
@ -4816,7 +4816,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.4")
|
(version "3.0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libsoup/"
|
(uri (string-append "mirror://gnome/sources/libsoup/"
|
||||||
|
@ -4824,7 +4824,7 @@ libxml to ease remote use of the RESTful API.")
|
||||||
"libsoup-" version ".tar.xz"))
|
"libsoup-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ysnvvfd2f6w2z6g31spqqb8wgyamixc7mryzbbpyw0z15g8plsv"))))
|
"1j7p3cz6hwi9js9rp0pbas7cdln97yg9v2l1nv5imhcr6p7r1pzb"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-Dgtk_doc=false")
|
`(#:configure-flags '("-Dgtk_doc=false")
|
||||||
|
|
Reference in a new issue