guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit ce7ad4e66c30532e9aa73d682110b271cf0ccece
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Jan 31 20:27:32 2026 +0100

    gnu: libgsf: Update to 1.14.54.
    
    * gnu/packages/gnome.scm (libgsf): Update to 1.14.54.
---
 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 de6276d14b..8ed2ee55d7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3497,7 +3497,7 @@ XML/CSS rendering engine.")
 (define-public libgsf
   (package
     (name "libgsf")
-    (version "1.14.53")
+    (version "1.14.54")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3505,7 +3505,7 @@ XML/CSS rendering engine.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1fmwx2lz07sp2hj6yaf5x0m3yqlzjv0qqkgykjn9f3y5w239md8f"))))
+                "08vny43clswk95djch50z17hdnns2p8qc93if6qcy4r598k6k26i"))))
     (build-system glib-or-gtk-build-system)
     (outputs '("out" "bin" "doc"))
     (arguments

Reply via email to