guix-commits
[Top][All Lists]
Advanced

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

56/117: gnu: gvfs: Update to 1.48.0.


From: guix-commits
Subject: 56/117: gnu: gvfs: Update to 1.48.0.
Date: Tue, 23 Mar 2021 19:25:50 -0400 (EDT)

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

commit cd42f9d2b68b236ab620e12ab5d4f5245089225d
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:41:15 2021 +0100

    gnu: gvfs: Update to 1.48.0.
    
    * gnu/packages/gnome.scm (gvfs): Update to 1.48.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 664cd2c..db22000 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6354,7 +6354,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.40.1")
+    (version "1.48.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gvfs/"
@@ -6362,7 +6362,7 @@ part of udev-extras, then udev, then systemd.  It's now a 
project on its own.")
                                   "gvfs-" version ".tar.xz"))
               (sha256
                (base32
-                "1cfnzamr4mvgpf6yhm28lh9cafy9z6842s8jpbqnfizfxybg8ylj"))
+                "0fg9xa9kfhq6frj2phf0rdhk6ks758afwkbpkrrgisf4a5vpjd1q"))
               ;; This patch may be removed when upgrading to version 1.46.x.
               (patches
                (search-patches "gvfs-add-support-for-libplist-2.2.patch"))))



reply via email to

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