guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: goffice: Update to 0.10.36.


From: Ludovic Courtès
Subject: 01/04: gnu: goffice: Update to 0.10.36.
Date: Wed, 22 Nov 2017 17:18:39 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 26ac92d49b2c6b9d1a65534b2e379912bcb97b8b
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 22 22:56:30 2017 +0100

    gnu: goffice: Update to 0.10.36.
    
    * gnu/packages/gnome.scm (goffice): Update to 0.10.36.
---
 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 86ec22d..8c09cb3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1791,14 +1791,14 @@ Hints specification (EWMH).")
 (define-public goffice
   (package
     (name "goffice")
-    (version "0.10.35")
+    (version "0.10.36")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
                                   (version-major+minor version)  "/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 
"0f2p3p7idfpbms4mi75031014mqsv09s21b6w1359p09raph3461"))))
+               (base32 
"1mma1gp179dh7kvwzd7q3mwg0719hhbm9f5sqw28flv5lv05zrng"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "doc"))                            ;4.1 MiB of gtk-doc



reply via email to

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