gnu: glib-networking: Update to 2.50.0.
* gnu/packages/gnome.scm (glib-networking): Update to 2.50.0.
This commit is contained in:
parent
d7a6d2ed6e
commit
532cbe22c4
|
@ -2058,7 +2058,7 @@ library.")
|
||||||
(define-public glib-networking
|
(define-public glib-networking
|
||||||
(package
|
(package
|
||||||
(name "glib-networking")
|
(name "glib-networking")
|
||||||
(version "2.48.2")
|
(version "2.50.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/"
|
||||||
|
@ -2066,7 +2066,7 @@ library.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"111spcar6wbp6m0rdxzjscc7vfqx5nawscrfbxlvbf5jsr4hqp4j"))
|
"1vkb53jxawy38y29635izlch64j9xmcwwcimk134jwra7hpl86iz"))
|
||||||
(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