diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-19 16:51:01 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-21 17:25:54 +0200 |
commit | b1d81ba04368f17ba6d03d3e455c3d885590bb52 (patch) | |
tree | c7d01bcf09e768bd9cedb7c5785675084716cd39 /gnu | |
parent | 91057d95644566fcd1fe83f3d592e131f5e59d75 (diff) | |
download | patches-b1d81ba04368f17ba6d03d3e455c3d885590bb52.tar patches-b1d81ba04368f17ba6d03d3e455c3d885590bb52.tar.gz |
gnu: libsoup: Update to 2.66.2.
* gnu/packages/gnome.scm (libsoup): Update to 2.66.2.
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 9070673cf6..9671c21a9d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2672,7 +2672,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.66.1") + (version "2.66.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -2680,7 +2680,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "1zs3bhspwg7fggxd7x1rrggpkcf2j9ch6dhncq9syh252z0vcb2a")))) + "0amfw1yvy1kjrg41rfh2vvrw5gkwnyckqbw1fab50hm6xc1acbmx")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |