guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 4fc76d368acdf265b17d0ce067e1c4de4f80a838
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:10 2026 +0900
gnu: libgsf: Update to 1.14.55.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.55.
Change-Id: I58c7e9a690ae6656aa3bf960109e0459a6629aef
---
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 d2e27800b4..63b8449dbe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3492,7 +3492,7 @@ XML/CSS rendering engine.")
(define-public libgsf
(package
(name "libgsf")
- (version "1.14.54")
+ (version "1.14.55")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3500,7 +3500,7 @@ XML/CSS rendering engine.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08vny43clswk95djch50z17hdnns2p8qc93if6qcy4r598k6k26i"))))
+ "0c91l0l3camxpanpgp634nd68vz3v0jbk9bxs5dfmlsvl6xhmmkl"))))
(build-system glib-or-gtk-build-system)
(outputs '("out" "bin" "doc"))
(arguments