guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/47: gnu: glib-networking: Update to 2.62.2.


From: guix-commits
Subject: 12/47: gnu: glib-networking: Update to 2.62.2.
Date: Mon, 23 Mar 2020 15:50:48 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 78c7d60fc241f68d77b9d43fb595a03e74ae287e
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Dec 15 10:01:46 2019 -0500

    gnu: glib-networking: Update to 2.62.2.
    
    * gnu/packages/gnome.scm (glib-networking): Update to 2.62.2.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 55117e2..965ec01 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3450,7 +3450,7 @@ library.")
 (define-public glib-networking
   (package
     (name "glib-networking")
-    (version "2.60.3")
+    (version "2.62.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -3458,7 +3458,7 @@ library.")
                                   "glib-networking-" version ".tar.xz"))
               (sha256
                (base32
-                "1mfw44qpmwvz6yzj8c6spx6z357wrmkk15byrkc5byagd82860fm"))))
+                "0i2mw75297ql72h47vyvff3hqa0kcmqybblj52fqrarb0kfbhi06"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dlibproxy_support=false")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]