[PATCH] gnu: gnumeric: Update to 1.12.34.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kei Kebreau
  • Ludovic Courtès
Owner
unassigned
Submitted by
Kei Kebreau
Severity
normal

Debbugs page

Kei Kebreau wrote 8 years ago
(address . guix-patches@gnu.org)(name . Kei Kebreau)(address . kei@openmailbox.org)
20170531162643.17542-1-kei@openmailbox.org
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.34.
[native-inputs]: Add docbook-xml and itstool.
---
gnu/packages/gnome.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9cabfaef1..59ce2587e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1733,7 +1733,7 @@ Hints specification (EWMH).")
(define-public gnumeric
(package
(name "gnumeric")
- (version "1.12.32")
+ (version "1.12.34")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1741,7 +1741,7 @@ Hints specification (EWMH).")
name "-" version ".tar.xz"))
(sha256
(base32
- "1s3dxvdwzmppsp2dfg90rccilf4hknhwjdy7lazr9sys58zchyx0"))))
+ "09f7h4lvwzyl0amd3axapwbsrnrvvpwxyhs540jlrv425n0j0j8b"))))
(build-system glib-or-gtk-build-system)
(arguments
`(;; The gnumeric developers don't worry much about failing tests.
@@ -1774,7 +1774,9 @@ Hints specification (EWMH).")
("zlib" ,zlib)))
(native-inputs
`(("bison" ,bison)
+ ("docbook-xml" ,docbook-xml)
("intltool" ,intltool)
+ ("itstool" ,itstool)
("glib:bin" ,glib "bin")
("pkg-config" ,pkg-config)))
(home-page "http://www.gnumeric.org")
--
2.13.0
Ludovic Courtès wrote 8 years ago
(name . Kei Kebreau)(address . kei@openmailbox.org)(address . 27166@debbugs.gnu.org)
8737bk919q.fsf@gnu.org
Kei Kebreau <kei@openmailbox.org> skribis:

Toggle quote (3 lines)
> * gnu/packages/gnome.scm (gnumeric): Update to 1.12.34.
> [native-inputs]: Add docbook-xml and itstool.

LGTM, thanks!

Ludo'.
Kei Kebreau wrote 8 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 27166-done@debbugs.gnu.org)
87k24wn2e1.fsf@openmailbox.org
ludo@gnu.org (Ludovic Courtès) writes:

Toggle quote (9 lines)
> Kei Kebreau <kei@openmailbox.org> skribis:
>
>> * gnu/packages/gnome.scm (gnumeric): Update to 1.12.34.
>> [native-inputs]: Add docbook-xml and itstool.
>
> LGTM, thanks!
>
> Ludo'.

Pushed to staging as 1ed398d192a28c49f4fc8dec3b3a15f2529104a4!
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlkvNSYACgkQ5qXuPBlG
eg0uLRAAwDEA1Bs98kHLQN1pVYXHr8QGixXc616rVKgqOwBNsTDPXGKfRkVm5RCL
/VwzjaJoMlAh3rV37ceO32A44o4Lc97vexhpD6IaXukTzH/t077ScuLaUCHoFJAL
y7IY6DQph+mbrc1exQHFSpxMgRSbOE8usxFgtmykUeqdSrZdPd5RuVkvMtB0GaWE
KtHvz3zkNV6jlCos3IH6Gd+X4lQnhGVqOh/nxfS35pRdwLikOrbgRaywrvQrIRg0
txOOMbDCpZ8ORj/frONa/bYf7lec2hFTzFHebOe2o+eKaUYI20BaxISx9R36PVWn
GVWdNV9rPFymiF0l1F5r1zkXRzRIt/O8WJV9dVJcTfyr9oLC7l9dOMbPA20WlPiW
ctzAHOuLGVaX954Lv35LxcJrrGoJnG6dvA5xqhmKx2ZBciAoDuG+ayaL6uzUok4S
oDC9jzxrYxZjTjPMCFzo4KgLFRmcM75eDJHtTb+fsBtVuTyyEFd1DOfkyngfE1lS
iLsMK27bLMJKqj1GS07DP6Qh/R5gnnoA6uiQTNaLoy0xjBomcQiAFde0ZHQL8Js5
kRn3cRVMsUR/1BpzzyDDckzGz0wQQT8K1TrZCKmaVm0fIon5bygY2RDSbxt3tGNZ
9msTXbi7+SYW+Rru9B3+lWKPEkLtkvNHVwmLdOpIYDm57jCt7hM=
=mv3f
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 27166
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