Archived
1
0
Fork 0

gnu: libsoup: Update to 2.62.3.

* gnu/packages/gnome.scm (libsoup): Update to 2.62.3.
This commit is contained in:
Marius Bakke 2018-08-10 21:40:17 +02:00
parent 256d5c6e33
commit 81873eda4d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2455,7 +2455,7 @@ libxml to ease remote use of the RESTful API.")
(define-public libsoup (define-public libsoup
(package (package
(name "libsoup") (name "libsoup")
(version "2.62.2") (version "2.62.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/"
@ -2463,7 +2463,7 @@ libxml to ease remote use of the RESTful API.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1dkrz1iwsswscayfmjxqv2q00b87snlq9nxdccn5vck0vbinylwy")))) "0whi8p03kpbp68kg6fg3vb7rhykjp7wn3nlbzy9j0p298zjss4nk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments