guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: goffice: Update to 0.10.24.


From: Efraim Flashner
Subject: 02/04: gnu: goffice: Update to 0.10.24.
Date: Fri, 11 Dec 2015 12:18:29 +0000

efraim pushed a commit to branch master
in repository guix.

commit 8cabd349b4f82e31a49202cb56b0a999fc926804
Author: Efraim Flashner <address@hidden>
Date:   Fri Dec 11 12:23:33 2015 +0200

    gnu: goffice: Update to 0.10.24.
    
    * gnu/packages/gnome.scm (goffice): Update to 0.10.24.
---
 gnu/packages/gnome.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 073fcf2..9bb51e5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1458,14 +1458,14 @@ Hints specification (EWMH).")
 (define-public goffice
   (package
     (name "goffice")
-    (version "0.10.14")
+    (version "0.10.24")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
                                   (version-major+minor version)  "/"
                                   name "-" version ".tar.xz"))
               (sha256
-               (base32 
"0kj0iwng6w4axm7yv2zy7myn5dhw5ilrlq2pzrjlm9i852ikqy60"))))
+               (base32 
"0nmghi26dpjcw7knkviq031crhm0zjy4k650pv1jj3hb1fmhx9yd"))))
     (build-system gnu-build-system)
     (inputs
      `(("gtk+" ,gtk+)



reply via email to

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