me
/
guix
Archived
1
0
Fork 0

gnu: libsoup-minimal: Update to 3.0.4.

* gnu/packages/gnome.scm (libsoup-minimal): Update to 3.0.4.
master
Tobias Geerinckx-Rice 2022-01-10 06:33:59 +01:00
parent ac5abaff42
commit b3aa712f92
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4872,7 +4872,7 @@ libxml to ease remote use of the RESTful API.")
(define-public libsoup-minimal
(package
(name "libsoup-minimal")
(version "3.0.3")
(version "3.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libsoup/"
@ -4880,7 +4880,7 @@ libxml to ease remote use of the RESTful API.")
"libsoup-" version ".tar.xz"))
(sha256
(base32
"0pp2s9rj7pp45ac99hbqszznln5ljj38cbc8lbljfc5fmm6v0rai"))))
"0ysnvvfd2f6w2z6g31spqqb8wgyamixc7mryzbbpyw0z15g8plsv"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dgtk_doc=false")