diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-10 16:10:16 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 01:13:23 +0100 |
commit | 9ae87870bf670c1eb7312f883260f6b0d417338a (patch) | |
tree | acda338cf5fccfa89ad2131ca748bd2cb01d378a /gnu/packages/gnome.scm | |
parent | 7809ddc2871339d21dac8be6b73f3b6d4ee39b1a (diff) | |
download | guix-9ae87870bf670c1eb7312f883260f6b0d417338a.tar guix-9ae87870bf670c1eb7312f883260f6b0d417338a.tar.gz |
gnu: libsoup: Update to 2.68.3.
* gnu/packages/gnome.scm (libsoup): Update to 2.68.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 6a9a42dcc8..1d4d7563a5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2994,7 +2994,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.68.2") + (version "2.68.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -3002,7 +3002,7 @@ libxml to ease remote use of the RESTful API.") "libsoup-" version ".tar.xz")) (sha256 (base32 - "0crr9qprmacr626fx83cx81ggk85zsgxr4mn577kpzj6m40k1bai")))) + "1yxs0ax4rq3g0lgkbv7mz497rqj16iyyizddyc13gzxh6n7b0jsk")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |