diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-06 22:49:17 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | 4e31b436a75bba3e88a990af477ee8d6e10ee983 (patch) | |
tree | 5eac03aff4a21ba9f8b3b4d943c8cfc17d9b4617 | |
parent | 653b4758949bb620eb80d900e62236315e26d08a (diff) | |
download | guix-4e31b436a75bba3e88a990af477ee8d6e10ee983.tar guix-4e31b436a75bba3e88a990af477ee8d6e10ee983.tar.gz |
gnu: libsoup: Update to 2.54.0.1.
* gnu/packages/gnome.scm (libsoup): Update to 2.54.0.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 6b1aa9b43e..a5b845becf 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2051,7 +2051,7 @@ libxml to ease remote use of the RESTful API.") (define-public libsoup (package (name "libsoup") - (version "2.52.1") + (version "2.54.0.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libsoup/" @@ -2059,7 +2059,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "0j6cnnpqqgnb9nj2r0j8j6898np4z503hrnpis7b4l5d8yhbq68f")))) + "1q1qds87qya5cbx4jfcmf1v8fvb86p0wsjnhj246w0xxcq0r5r5d")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |