guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/29: gnu: libgsf: Update to 1.14.52.


From: guix-commits
Subject: 19/29: gnu: libgsf: Update to 1.14.52.
Date: Sat, 24 Feb 2024 01:30:01 -0500 (EST)

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

commit 901e60cc7ab1806bc1af20aff74ff10b9cac6974
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Wed Feb 14 22:31:33 2024 +0100

    gnu: libgsf: Update to 1.14.52.
    
    * gnu/packages/gnome.scm (libgsf): Update to 1.14.52.
    
    Change-Id: I96522e57c7f659aff596108be6258fdbcc465321
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 53a688a53b..92f35766be 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3457,7 +3457,7 @@ XML/CSS rendering engine.")
 (define-public libgsf
   (package
     (name "libgsf")
-    (version "1.14.50")
+    (version "1.14.52")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3465,7 +3465,7 @@ XML/CSS rendering engine.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0llf5rpg2rg9pdz8j38dl5z82zi9kmsn639wb2fhcfc3fz820v3f"))))
+                "1w5whjq1yf6c3k0gijfkc44zrr9gamxlr8yaddfy1h7sp4ack0ci"))))
     (build-system glib-or-gtk-build-system)
     (outputs '("out" "bin" "doc"))
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]