guix-commits
[Top][All Lists]
Advanced

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

34/117: gnu: gnumeric: Update to 1.12.49.


From: guix-commits
Subject: 34/117: gnu: gnumeric: Update to 1.12.49.
Date: Tue, 23 Mar 2021 19:25:43 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit ff8a862ba21f97f38b8908a365de02a8bc2036f4
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:35:43 2021 +0100

    gnu: gnumeric: Update to 1.12.49.
    
    * gnu/packages/gnome.scm (gnumeric): Update to 1.12.49.
---
 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 ea6c902..fa7e283 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4107,7 +4107,7 @@ Hints specification (EWMH).")
 (define-public gnumeric
   (package
     (name "gnumeric")
-    (version "1.12.48")
+    (version "1.12.49")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnumeric/"
@@ -4115,7 +4115,7 @@ Hints specification (EWMH).")
                                   "gnumeric-" version ".tar.xz"))
               (sha256
                (base32
-                "14556b0vyxdvdwjlin0rv7jk0vq4nplbmvp9j89bhkfk84xf7k2p"))))
+                "0mzdhhpa7kwkc51l344g6vgqwaxkjdf03s7zasqh0bn3jpn75h4i"))))
     (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]