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

commit e1ad79a62f9c29532574bf40c4380b2f6c92b9e0
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:29:11 2021 +0100

    gnu: gnome-user-share: Update to 3.34.0.
    
    * gnu/packages/gnome.scm (gnome-user-share): Update to 3.34.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 cf0b57c..9d0d329 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1500,7 +1500,7 @@ tour of all gnome components and allows the user to set 
them up.")
 (define-public gnome-user-share
   (package
    (name "gnome-user-share")
-   (version "3.33.1")
+   (version "3.34.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1508,7 +1508,7 @@ tour of all gnome components and allows the user to set 
them up.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0lf790pyamdyj7180ils8vizjl8brxcg7jsm1iavfp9ay4wa8mz7"))))
+              "04r9ck9v4i0d31grbli1d4slw2d6dcsfkpaybkwbzi7wnj72l30x"))))
    (build-system meson-build-system)
    (arguments
     `(#:glib-or-gtk? #t

Reply via email to