guix-commits
[Top][All Lists]
Advanced

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

40/117: gnu: glib-networking: Update to 2.68.0.


From: guix-commits
Subject: 40/117: gnu: glib-networking: Update to 2.68.0.
Date: Tue, 23 Mar 2021 19:25:45 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 335e9371cd73b0cbef827e92a577bff26e36712b
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:37:08 2021 +0100

    gnu: glib-networking: Update to 2.68.0.
    
    * gnu/packages/gnome.scm (glib-networking): Update to 2.68.0.
---
 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 a9f0b3b..741e197 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4599,7 +4599,7 @@ library.")
 (define-public glib-networking
   (package
     (name "glib-networking")
-    (version "2.62.2")
+    (version "2.68.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/glib-networking/"
@@ -4607,7 +4607,7 @@ library.")
                                   "glib-networking-" version ".tar.xz"))
               (sha256
                (base32
-                "0i2mw75297ql72h47vyvff3hqa0kcmqybblj52fqrarb0kfbhi06"))))
+                "0nqia8yhanccm0vwcwm1vh07bcbz2mcwn4mgc9afrqkmibdn4bsz"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dlibproxy_support=false")))



reply via email to

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