guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: gnumeric: Update to 1.12.45.


From: guix-commits
Subject: 06/06: gnu: gnumeric: Update to 1.12.45.
Date: Sun, 9 Jun 2019 10:19:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 597ab33d6ba19a8754da265e6b19ba6ad69d0144
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 9 16:16:47 2019 +0200

    gnu: gnumeric: Update to 1.12.45.
    
    * gnu/packages/gnome.scm (gnumeric): Update to 1.12.45.
---
 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 5ca4a0d..d8af140 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2115,7 +2115,7 @@ Hints specification (EWMH).")
 (define-public gnumeric
   (package
     (name "gnumeric")
-    (version "1.12.44")
+    (version "1.12.45")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnumeric/"
@@ -2123,7 +2123,7 @@ Hints specification (EWMH).")
                                   "gnumeric-" version ".tar.xz"))
               (sha256
                (base32
-                "0147962c6ybdsj57rz95nla0rls7g545wc2n7pz59zmzyd5pksk0"))))
+                "0c8dl1kvnj3g32qy3s92qpqpqfy0in59cx005gjvvzsflahav61h"))))
     (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]