diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-19 07:48:01 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-19 08:41:50 +0100 |
commit | 9a9cd9bc7bdd6e716b76dfb36533f276d2439593 (patch) | |
tree | 3966a4e68d64fcdbf026d1f7c483dc80c1ab9496 /gnu/packages | |
parent | aa0063a00a2f4ce94e6ed63de4c30d0673303574 (diff) | |
download | patches-9a9cd9bc7bdd6e716b76dfb36533f276d2439593.tar patches-9a9cd9bc7bdd6e716b76dfb36533f276d2439593.tar.gz |
gnu: libsoup: Update to 2.70.0.
* gnu/packages/gnome.scm (libsoup): Update to 2.70.0.
Diffstat (limited to 'gnu/packages')
-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 5f34b5d184..0fb474046d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3703,7 +3703,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.68.4") + (version "2.70.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -3711,7 +3711,7 @@ libxml to ease remote use of the RESTful API.") "libsoup-" version ".tar.xz")) (sha256 (base32 - "151j5dc84gbl6a917pxvd0b372lw5za48n63lyv6llfc48lv2l1d")))) + "0hjk9lgppc5435my0lyywbpmj7ib5vvcylwfin8ki97g9bvj1c2l")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |