mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: gnumeric: Update to 1.12.36.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.36.
This commit is contained in:
parent
26ac92d49b
commit
d655f39c44
1 changed files with 2 additions and 2 deletions
|
@ -1855,7 +1855,7 @@ (define-public goffice-0.8
|
|||
(define-public gnumeric
|
||||
(package
|
||||
(name "gnumeric")
|
||||
(version "1.12.35")
|
||||
(version "1.12.36")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -1863,7 +1863,7 @@ (define-public gnumeric
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02kcq2af16m9mlzgkbdzswhw0nl6zf01dmvsfq3shy1mab7f7cbp"))))
|
||||
"0j28qpbz9a9p80x27kcwxl5n1hf36nn2fa7dxwrbhcdx4rgy5grw"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(;; The gnumeric developers don't worry much about failing tests.
|
||||
|
|
Loading…
Reference in a new issue