gnu: glib-networking: Update to 2.48.0.
* gnu/packages/gnome.scm (glib-networking): Update to 2.48.0.
This commit is contained in:
parent
272529077c
commit
653b475894
|
@ -1969,7 +1969,7 @@ library.")
|
||||||
(define-public glib-networking
|
(define-public glib-networking
|
||||||
(package
|
(package
|
||||||
(name "glib-networking")
|
(name "glib-networking")
|
||||||
(version "2.46.1")
|
(version "2.48.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/glib-networking/"
|
(uri (string-append "mirror://gnome/sources/glib-networking/"
|
||||||
|
@ -1977,7 +1977,7 @@ library.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cchmi08jpjypgmm9i7xzh5qfg2q5k61kry9ns8mhw3z44a440ym"))
|
"094hwgnaqm0c7ggyqc9rk2603k5r9vqs3f1d9vwpmfapww9367vs"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "glib-networking-ssl-cert-file.patch"))))
|
(search-patches "glib-networking-ssl-cert-file.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue