guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: gnumeric: Update to 1.12.44.


From: guix-commits
Subject: 07/14: gnu: gnumeric: Update to 1.12.44.
Date: Sun, 24 Feb 2019 15:29:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f1f0390d4b1d196c4a2a25577f4c27471a1008c4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 24 20:39:31 2019 +0100

    gnu: gnumeric: Update to 1.12.44.
    
    * gnu/packages/gnome.scm (gnumeric): Update to 1.12.44.
---
 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 bfe62cc..a01a20c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2004,7 +2004,7 @@ Hints specification (EWMH).")
 (define-public gnumeric
   (package
     (name "gnumeric")
-    (version "1.12.36")
+    (version "1.12.44")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnumeric/"
@@ -2012,7 +2012,7 @@ Hints specification (EWMH).")
                                   "gnumeric-" version ".tar.xz"))
               (sha256
                (base32
-                "0j28qpbz9a9p80x27kcwxl5n1hf36nn2fa7dxwrbhcdx4rgy5grw"))))
+                "0147962c6ybdsj57rz95nla0rls7g545wc2n7pz59zmzyd5pksk0"))))
     (build-system glib-or-gtk-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]