guix-commits
[Top][All Lists]
Advanced

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

42/277: gnu: glib-networking: Update to 2.64.3.


From: guix-commits
Subject: 42/277: gnu: glib-networking: Update to 2.64.3.
Date: Thu, 6 Aug 2020 17:02:44 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 780fd690ab5f672a024c796e907d053bd297e968
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Jun 24 22:25:10 2020 -0400

    gnu: glib-networking: Update to 2.64.3.
    
    * gnu/packages/gnome.scm (glib-networking) [version]: Update to
    2.64.3.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 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 534cf1d..0645c92 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3942,7 +3942,7 @@ library.")
 (define-public glib-networking
   (package
     (name "glib-networking")
-    (version "2.62.4")
+    (version "2.64.3")
     (source
      (origin
        (method url-fetch)
@@ -3951,7 +3951,7 @@ library.")
                        (version-major+minor version) "/"
                        "glib-networking-" version ".tar.xz"))
        (sha256
-        (base32 "1kwlnaiz4qfy2d1as5hd8sgxy7jjfxps1h2443hxq3s8xjg2i3y1"))))
+        (base32 "0s518l4bwvdvcp51lbjqcw8g0vq18bznpf5hq2zi6a054jqhcylk"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas



reply via email to

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