guix-commits
[Top][All Lists]
Advanced

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

11/46: gnu: glib-networking: Update to 2.62.2.


From: guix-commits
Subject: 11/46: gnu: glib-networking: Update to 2.62.2.
Date: Sat, 18 Apr 2020 17:55:14 -0400 (EDT)

kkebreau pushed a commit to branch core-updates
in repository guix.

commit ea9f74b03208f985a6e377a7c8a8951654dcfb00
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.
    
    (cherry picked from commit 48d8c3b28f4edb2607e84334ffdf064850642318)
---
 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 bc23967..fd2647c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3507,7 +3507,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/"
@@ -3515,7 +3515,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]