guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: gvfs: Update to 1.50.3.


From: guix-commits
Subject: 02/06: gnu: gvfs: Update to 1.50.3.
Date: Sun, 22 Jan 2023 10:55:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 494a2e070755983c604c3a8a55c424a8f506df35
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:01 2023 +0100

    gnu: gvfs: Update to 1.50.3.
    
    * gnu/packages/gnome.scm (gvfs): Update to 1.50.3.
---
 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 8efea64c42..de5b5df450 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7075,7 +7075,7 @@ part of udev-extras, then udev, then systemd.  It's now a 
project on its own.")
 (define-public gvfs
   (package
     (name "gvfs")
-    (version "1.50.2")
+    (version "1.50.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gvfs/"
@@ -7083,7 +7083,7 @@ part of udev-extras, then udev, then systemd.  It's now a 
project on its own.")
                                   "gvfs-" version ".tar.xz"))
               (sha256
                (base32
-                "0pmc0vda1ksm9l7v64h4bm8qnv16amb7nifgy0882hzg2n62pmq3"))))
+                "1z8332qg4kpa3lm3lbwb3xir4rba9ajsbqbq4yfh45mvjyg135v8"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t



reply via email to

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