guix-commits
[Top][All Lists]
Advanced

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

106/124: gnu: glib-networking: Update to 2.68.0.


From: guix-commits
Subject: 106/124: gnu: glib-networking: Update to 2.68.0.
Date: Tue, 17 Aug 2021 22:45:29 -0400 (EDT)

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

commit 89f9e267738f95baf74f11c7c1f3730342b333ab
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun Mar 28 06:43:14 2021 -0400

    gnu: glib-networking: Update to 2.68.0.
    
    * gnu/packages/gnome.scm (glib-networking)[version]: Update to 2.68.0.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 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 1d2acf1..c8cbc85 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4772,7 +4772,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/"
@@ -4780,7 +4780,7 @@ library.")
                                   "glib-networking-" version ".tar.xz"))
               (sha256
                (base32
-                "0i2mw75297ql72h47vyvff3hqa0kcmqybblj52fqrarb0kfbhi06"))))
+                "0vlzn8jf4sg90cm8xxr28yf66nhf8qy9dl2m4b8w1cr6mn2mw8qb"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Dlibproxy_support=false")))



reply via email to

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