guix-commits
[Top][All Lists]
Advanced

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

48/97: gnu: gnumeric: Update to 1.12.28.


From: Ludovic Courtès
Subject: 48/97: gnu: gnumeric: Update to 1.12.28.
Date: Wed, 13 Apr 2016 17:31:47 +0000

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

commit 75009f2f025ce934876bbe70d8f6987b6dc27220
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 21:15:37 2016 +0800

    gnu: gnumeric: Update to 1.12.28.
    
    * gnu/packages/gnome.scm (gnumeric): Update to 1.12.28.
---
 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 f0e4400..e75336b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1546,7 +1546,7 @@ Hints specification (EWMH).")
 (define-public gnumeric
   (package
     (name "gnumeric")
-    (version "1.12.24")
+    (version "1.12.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1554,7 +1554,7 @@ Hints specification (EWMH).")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0lcm8k0jb8rd5y4ii803f21nv8rx6gc3mmdlrj5h0rkkn9qm57f5"))))
+                "1fsdp7r6fhc0m3fb4ly4xwh83v3hp2zrv9d0713g4lcy709svm02"))))
     (build-system gnu-build-system)
     (arguments
      `(;; The gnumeric developers don't worry much about failing tests.



reply via email to

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