guix-commits
[Top][All Lists]
Advanced

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

95/184: gnu: goffice: Update to 0.10.46.


From: guix-commits
Subject: 95/184: gnu: goffice: Update to 0.10.46.
Date: Wed, 27 Nov 2019 14:37:07 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 95aa79dd8de2b2b4636ea3fadafd086d3b5babcd
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 38bb277..88dd032 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2084,14 +2084,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]