[PATCH] gnu: gnumeric: Update to 1.12.50.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210614002934.3a9c84d4@perso.pw
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.50.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d94b1a68b6..5c899cd760 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4192,7 +4192,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
- (version "1.12.49")
+ (version "1.12.50")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnumeric/"
@@ -4200,7 +4200,7 @@ Hints specification (EWMH).")
"gnumeric-" version ".tar.xz"))
(sha256
(base32
- "0mzdhhpa7kwkc51l344g6vgqwaxkjdf03s7zasqh0bn3jpn75h4i"))))
+ "1f0lrj5msg80pgjp38jj6rddf352gwddgip7z4lki66n3fx1k23m"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.
--
2.32.0


I tried it quickly it worked with no issue for me on amd64.

Announcement http://gnumeric.org/announcements/1.12/gnumeric-1.12.50.html
Efraim Flashner wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 49012-done@debbugs.gnu.org)
YMb9Daj2coFYW5Lt@3900XT
I fixed the author line in the patch and pushed it. Thanks!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmDG/Q0ACgkQQarn3Mo9
g1Fu8Q/7BW0xEpLbre97BJUnMmroa2tJ6GokrXlr6pIrBPtEy7fBwgEh5dr7DWct
+46hkSlu5CKdXZIa3rMtEHzRxL5yKCWU1plxl6Zm+BJ5GA/jcZfYgw8IKSbyzZ8F
fM5eJ1+RoR3pLM9R8XanS5fpS6TElW4+VCsNo755eQD3wbHhg2p+7NrSkpC9RgM0
Zugl0GXzDELOzPD+Ms8PLIYoIDlTFqa9WjSGx/QUhDpE4WxZcyExw4YdaK8Sv3G9
PckpQ/i0w7NfQ8nZ27gynCsFrTpYqkkmizA0ISUw1fYFHbd5zUQx4yrsR874T0vM
/JtxvVvsgZcDHfasb6AHocrm0ZsJSiswZHnUrWGAGKvN5wGnD0lXHDmA69PMX5IG
nhRG8yBGHykUNfccROnPTnuDmIAGwUyEnnqKwh7MMhWguNrXBsr7XCw+XSQLlLKw
FsTpbKiJ68J+1Y6r8woinaBqx0NtR3yLJbso6+fI+ceJsTqZeHSP5F7AfWUSGsgV
cVZMcrhiKU7I3a8RaljnZSo60xGdR7j4h41NDiTy7HEcxnd0gEjSjZpKCqVsmkU9
JO6fPod+ho09tVrEoCQv5eyrxs3bBkdgY5ZYgse0OgtyeyRbXlkIlM9pXNH3iVdd
85Fv6ubqMYhjhY0rLzqEU5PgeEUalbWrvudWU7vJ0gxQXpz/KEU=
=RVe3
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49012@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49012
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help