diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 09:53:54 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:41 +0800 |
commit | a28bf6b4fe560b6eb6bcacc79ffd52d001c12e6f (patch) | |
tree | 2b00983f8cc006f9c938946ab166181d084b27e6 /gnu/packages/gnome.scm | |
parent | 90000d4b94ce3f7bd1441046316efe292122440e (diff) |
gnu: libsoup: Update to 2.54.1.
* gnu/packages/gnome.scm (libsoup): Update to 2.54.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 b56aab6858..2b18f39148 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.54.0.1") + (version "2.54.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 - "1q1qds87qya5cbx4jfcmf1v8fvb86p0wsjnhj246w0xxcq0r5r5d")))) + "0cyn5pq4xl1gb8413h2p4d5wrn558dc054zhwmk4swrl40ijrd27")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |