From 8c07ffe2498901c13de98d257efacd24780ef00a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 29 May 2022 02:00:03 +0200 Subject: gnu: goffice: Update to 0.10.52. * gnu/packages/gnome.scm (goffice): Update to 0.10.52. --- gnu/packages/gnome.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 791a7bf175..6266b99449 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4074,14 +4074,15 @@ Hints specification (EWMH).") (define-public goffice (package (name "goffice") - (version "0.10.50") - (source (origin - (method url-fetch) - (uri (string-append "mirror://gnome/sources/goffice/" - (version-major+minor version) "/" - "goffice-" version ".tar.xz")) - (sha256 - (base32 "1p5zbj7cbcfcxd6l8pnph54p6ah1bwf146y810j4bcq8ggf3sp1c")))) + (version "0.10.52") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/goffice/" + (version-major+minor version) "/" + "goffice-" version ".tar.xz")) + (sha256 + (base32 "0344k0ffndd79as3c4nfq3mia7mrds6aq2jg76drdw3h8gcyzfb0")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 4.0 MiB of gtk-doc @@ -4092,8 +4093,7 @@ Hints specification (EWMH).") (inputs (list gtk+ libgsf librsvg libxslt libxml2)) (native-inputs - (list intltool - `(,glib "bin") pkg-config)) + (list intltool `(,glib "bin") pkg-config)) (home-page "https://developer.gnome.org/goffice/") (synopsis "Document-centric objects and utilities") (description "A GLib/GTK+ set of document-centric objects and utilities.") -- cgit v1.2.3