summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-06 22:45:29 +0800
committerLudovic Courtès <ludo@gnu.org>2016-04-16 11:46:50 +0200
commit653b4758949bb620eb80d900e62236315e26d08a (patch)
tree1db591fafbdcb4924fd79de5b421ea271ffd4cce /gnu/packages/gnome.scm
parent272529077cc2ed95cf0a9c4325851f90d59cac13 (diff)
downloadpatches-653b4758949bb620eb80d900e62236315e26d08a.tar
patches-653b4758949bb620eb80d900e62236315e26d08a.tar.gz
gnu: glib-networking: Update to 2.48.0.
* gnu/packages/gnome.scm (glib-networking): Update to 2.48.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 78f7f548c0..6b1aa9b43e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1969,7 +1969,7 @@ library.")
(define-public glib-networking
(package
(name "glib-networking")
- (version "2.46.1")
+ (version "2.48.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -1977,7 +1977,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1cchmi08jpjypgmm9i7xzh5qfg2q5k61kry9ns8mhw3z44a440ym"))
+ "094hwgnaqm0c7ggyqc9rk2603k5r9vqs3f1d9vwpmfapww9367vs"))
(patches
(search-patches "glib-networking-ssl-cert-file.patch"))))
(build-system gnu-build-system)