summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-22 11:44:11 +0900
committerNoƩ Lopez <noelopez@free.fr>2026-08-25 01:15:30 +0200
commit9e780338a6c63be787f1b23656ab2d017067aad4 (patch)
tree88a1b5593c16fc89c55e75b17b03758ef09c7169 /gnu
parent973d7fb19e083805a788a3c5eb8da260d3da22aa (diff)
gnu: gvfs: Update to 1.58.1.
* gnu/packages/gnome.scm (gvfs): Update to 1.58.1. Change-Id: I538b2b99a0f21702ac98c589c0a4d0a23b4724ee
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 32b0f187cda..94e4221c0ef 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7218,7 +7218,7 @@ MS Graph APIs.")
7218(define-public gvfs 7218(define-public gvfs
7219 (package 7219 (package
7220 (name "gvfs") 7220 (name "gvfs")
7221 (version "1.58.0") 7221 (version "1.58.1")
7222 (source (origin 7222 (source (origin
7223 (method url-fetch) 7223 (method url-fetch)
7224 (uri (string-append "mirror://gnome/sources/gvfs/" 7224 (uri (string-append "mirror://gnome/sources/gvfs/"
@@ -7226,7 +7226,7 @@ MS Graph APIs.")
7226 "gvfs-" version ".tar.xz")) 7226 "gvfs-" version ".tar.xz"))
7227 (sha256 7227 (sha256
7228 (base32 7228 (base32
7229 "0bqq9z1y31yk3c8wz8i8fql7dr8cfxsd5a49xc4v7z6hfdlf76yx")))) 7229 "0fywnla2xwyi44jfipyixcczxh5h34c4lzfzf9lsgzxip9mpslzw"))))
7230 (build-system meson-build-system) 7230 (build-system meson-build-system)
7231 (arguments 7231 (arguments
7232 (list 7232 (list