aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-01-15 01:00:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-01-15 01:00:21 +0100
commit494a2e070755983c604c3a8a55c424a8f506df35 (patch)
tree8ae722904c45948bb555f337124c901b41681a8f /gnu
parent4ce0304c70e4958b0bde05dfd4b106ea0aa3cc99 (diff)
downloadguix-494a2e070755983c604c3a8a55c424a8f506df35.tar
guix-494a2e070755983c604c3a8a55c424a8f506df35.tar.gz
gnu: gvfs: Update to 1.50.3.
* gnu/packages/gnome.scm (gvfs): Update to 1.50.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files 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