guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: goffice: Update to 0.10.46.


From: guix-commits
Subject: 03/09: gnu: goffice: Update to 0.10.46.
Date: Fri, 8 Nov 2019 07:34:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 09abffcca2fc29cc0076bc3b1a51ff8d1cf31daa
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 8 12:38:26 2019 +0100

    gnu: goffice: Update to 0.10.46.
    
    * gnu/packages/gnome.scm (goffice): Update to 0.10.46.
---
 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 ad23d79..bbb986f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2070,14 +2070,14 @@ Hints specification (EWMH).")
 (define-public goffice
   (package
     (name "goffice")
-    (version "0.10.45")
+    (version "0.10.46")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/goffice/"
                                   (version-major+minor version)  "/"
                                   "goffice-" version ".tar.xz"))
               (sha256
-               (base32 
"0iqrygv2bh8kiw98kjx6ay6qdd288v91q5m8n7cvs2zcx5ksaavh"))))
+               (base32 
"1a8kba36zwzr0ilafc0d1nsxxma1qibviiifd0jhbxp180x6v385"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                  ; 4.0 MiB of gtk-doc



reply via email to

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