guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: goffice: Update to 0.10.47.


From: guix-commits
Subject: 06/11: gnu: goffice: Update to 0.10.47.
Date: Tue, 11 Aug 2020 16:28:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2e60eafb472118488cbdc0b08c4392228cdd7bee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 19:44:23 2020 +0200

    gnu: goffice: Update to 0.10.47.
    
    * gnu/packages/gnome.scm (goffice): Update to 0.10.47.
---
 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 8c47ac1..894e872 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3048,14 +3048,14 @@ Hints specification (EWMH).")
 (define-public goffice
   (package
     (name "goffice")
-    (version "0.10.46")
+    (version "0.10.47")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/goffice/"
                                   (version-major+minor version)  "/"
                                   "goffice-" version ".tar.xz"))
               (sha256
-               (base32 
"1a8kba36zwzr0ilafc0d1nsxxma1qibviiifd0jhbxp180x6v385"))))
+               (base32 
"0xmigfdzvmlpa0fw79mf3xwchmxc8rlidryn5syv8bz7msmrb215"))))
     (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]