diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-05-07 20:11:18 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-05-07 20:12:56 +0200 |
commit | 0a540b712baec15d9e8d9686498dae4f08e62da7 (patch) | |
tree | 5b8f3069c29f345925ea4eda2a210adc65ebc2b1 /gnu/packages/gnome.scm | |
parent | 8c58640d179a26a1a4cde3d8920bd928edb84d1c (diff) | |
download | guix-0a540b712baec15d9e8d9686498dae4f08e62da7.tar guix-0a540b712baec15d9e8d9686498dae4f08e62da7.tar.gz |
gnu: libsoup: Update to 2.62.2.
* gnu/packages/gnome.scm (libsoup): Update to 2.62.2.
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 b5bde0bd4d..9ae04b8695 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2457,7 +2457,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.62.1") + (version "2.62.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -2465,7 +2465,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "1mw3b3j4f4ln7hl03jd296rx78dy35hzlq005a21r6qg5sndsdzh")))) + "1dkrz1iwsswscayfmjxqv2q00b87snlq9nxdccn5vck0vbinylwy")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |