diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-10 21:40:17 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-10 21:40:17 +0200 |
commit | 81873eda4de508298031ddc1bd00ebe525651d0a (patch) | |
tree | e3c3fb5ac3ee03039e07cc1f320e3b857b0ea4ed /gnu/packages/gnome.scm | |
parent | 256d5c6e339d59287284bb83f35c594f13bd08f9 (diff) | |
download | patches-81873eda4de508298031ddc1bd00ebe525651d0a.tar patches-81873eda4de508298031ddc1bd00ebe525651d0a.tar.gz |
gnu: libsoup: Update to 2.62.3.
* gnu/packages/gnome.scm (libsoup): Update to 2.62.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 9090d51a82..4ef96ffa50 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2455,7 +2455,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.62.2") + (version "2.62.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -2463,7 +2463,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "1dkrz1iwsswscayfmjxqv2q00b87snlq9nxdccn5vck0vbinylwy")))) + "0whi8p03kpbp68kg6fg3vb7rhykjp7wn3nlbzy9j0p298zjss4nk")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |