guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: goffice: Update to 0.10.45.


From: guix-commits
Subject: 03/07: gnu: goffice: Update to 0.10.45.
Date: Wed, 30 Oct 2019 00:26:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 355420c6aca71f160aa002c884895b1400bcfeaf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 30 04:44:43 2019 +0100

    gnu: goffice: Update to 0.10.45.
    
    * gnu/packages/gnome.scm (goffice): Update to 0.10.45.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 15abfcf3..276fa56 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2062,17 +2062,17 @@ Hints specification (EWMH).")
 (define-public goffice
   (package
     (name "goffice")
-    (version "0.10.44")
+    (version "0.10.45")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/goffice/"
                                   (version-major+minor version)  "/"
                                   "goffice-" version ".tar.xz"))
               (sha256
-               (base32 
"1fd7cm6j0g0mqgpqs4y22b4gd2ll4mcyvg4d0q22d5ndjapl4q3d"))))
+               (base32 
"0iqrygv2bh8kiw98kjx6ay6qdd288v91q5m8n7cvs2zcx5ksaavh"))))
     (build-system gnu-build-system)
     (outputs '("out"
-               "doc"))                            ;4.0 MiB of gtk-doc
+               "doc"))                  ; 4.0 MiB of gtk-doc
     (arguments
      '(#:configure-flags (list (string-append "--with-html-dir="
                                               (assoc-ref %outputs "doc")



reply via email to

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