diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-12-28 16:28:15 +0100 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2020-12-29 21:23:22 +0100 |
commit | 595f44df0ad41a268ef58a396c60d0ee51556de0 (patch) | |
tree | 4831d22b51b3f3ac882ebf39cfc40d98ab2d4993 /gnu | |
parent | 597c5c4d1f6de3f64a6451fe42321cff669f09c4 (diff) |
gnu: libsoup: Update to 2.72.0.
* gnu/packages/gnome.scm (libsoup): Update to 2.72.0.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
Diffstat (limited to 'gnu')
-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 1b1bcce3e3..55189d096f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4661,7 +4661,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.70.0") + (version "2.72.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -4669,7 +4669,7 @@ libxml to ease remote use of the RESTful API.") "libsoup-" version ".tar.xz")) (sha256 (base32 - "0hjk9lgppc5435my0lyywbpmj7ib5vvcylwfin8ki97g9bvj1c2l")))) + "11skbyw2pw32178q3h8pi7xqa41b2x4k6q4k9f75zxmh8s23y30p")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |