diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-04-09 19:46:50 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-09 19:46:50 +0200 |
commit | 46d072f02a8f60ff196a0fb0bab7617cfd9cfb05 (patch) | |
tree | c47fd6cf6614f7b375fea318f8e9e8e8ed1632bd | |
parent | d85130037d1244930bea6827cb7842be890a4d0f (diff) | |
download | patches-46d072f02a8f60ff196a0fb0bab7617cfd9cfb05.tar patches-46d072f02a8f60ff196a0fb0bab7617cfd9cfb05.tar.gz |
gnu: libsoup: Update to 2.66.1.
* gnu/packages/gnome.scm (libsoup): Update to 2.66.1.
-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 63062183ac..8c646f46a7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2563,7 +2563,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.66.0") + (version "2.66.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -2571,7 +2571,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "08c9kkdhzy504gv23pfdm4sq3dd3j20sikwz6gv0qrwcdjnw5bai")))) + "1zs3bhspwg7fggxd7x1rrggpkcf2j9ch6dhncq9syh252z0vcb2a")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |