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

commit f72e58a1aeaef0eb59741173e4b3727fcc0ae9a6
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:04 2025 +0100

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

Reply via email to