diff options
author | Leo Famulari <leo@famulari.name> | 2021-08-05 17:01:22 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-07-27 12:34:57 -0400 |
commit | ba2c594c1c3a98fc7ba467e5b8e1212a1b850107 (patch) | |
tree | bd0bc3144e7790f77b5222bd791129d3e50303c3 /gnu/packages/gnome.scm | |
parent | 058b339d31dd0553f6736920a0dad68660728113 (diff) |
gnu: glib-networking: Update to 2.68.2.
* gnu/packages/gnome.scm (glib-networking): Update to 2.68.2.
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 84a138382f..171a353a9d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4677,7 +4677,7 @@ library.") (define-public glib-networking (package (name "glib-networking") - (version "2.68.1") + (version "2.68.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/glib-networking/" @@ -4685,7 +4685,7 @@ library.") "glib-networking-" version ".tar.xz")) (sha256 (base32 - "0c1vylxly8k7g454g02spi44ybjidlwg461vp713zxd94k8qnpfh")) + "0kwrsp1xbqf852nqmd5cr7hqw771q0dxkzpzlibdp5zn9q2vqpjk")) (patches (search-patches "glib-networking-gnutls-binding.patch")))) (build-system meson-build-system) |