diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-22 13:55:54 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-22 14:15:17 +0100 |
commit | 89bc528731fccef1cd54888c79c1c565e2626189 (patch) | |
tree | c4d5a85769f316c21d855bb949dc642458ae65b9 /gnu/packages/gnome.scm | |
parent | fdc38cb6caa1a99f723c3adb7e8dc86341af2bb0 (diff) | |
download | patches-89bc528731fccef1cd54888c79c1c565e2626189.tar patches-89bc528731fccef1cd54888c79c1c565e2626189.tar.gz |
gnu: libsoup: Update to 2.60.3.
* gnu/packages/gnome.scm (libsoup): Update to 2.60.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 bb8a2cb34d..43a3489021 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2448,7 +2448,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.60.2") + (version "2.60.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -2456,7 +2456,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "00fsy12mz9b55algq7c6gk4xj5j6a5z6dxcnq59fdqkji3hwyqvj")))) + "08lawrdkkzycvpb1h0wfiqfz6dgx77jp0wxp546lxgisy9icf38v")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |