diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-09 22:38:04 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:42 +0100 |
commit | f72e58a1aeaef0eb59741173e4b3727fcc0ae9a6 (patch) | |
tree | 479acc750c88c6610d05ba21361108febcfb8fb5 | |
parent | d375d03aa0ac5884a78e2dc735f83c4adffa6568 (diff) | |
download | guix-f72e58a1aeaef0eb59741173e4b3727fcc0ae9a6.tar.gz guix-f72e58a1aeaef0eb59741173e4b3727fcc0ae9a6.zip |
gnu: libgsf: Update to 1.14.53.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.53.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files 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 |