gnu: gnome-calculator: Update to 3.24.0.

* gnu/packages/gnome.scm (gnome-calculator): Update to 3.24.0.
[inputs]: Add MPC.
This commit is contained in:
Marius Bakke 2017-05-24 19:56:45 +02:00
parent 155f0d69d1
commit 2c2da7ec0c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 2 deletions

View File

@ -5881,7 +5881,7 @@ handling the startup notification side.")
(define-public gnome-calculator (define-public gnome-calculator
(package (package
(name "gnome-calculator") (name "gnome-calculator")
(version "3.22.2") (version "3.24.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5890,7 +5890,7 @@ handling the startup notification side.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"03il7xl4yr6xbzj6x1lbl16yzlb166c9h9wny1w7mj9dccnz99wr")))) "041d40as8y0r5d0kk83dy842711zchydwwqh71kh1lpd373qlxa4"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0. `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
@ -5900,6 +5900,7 @@ handling the startup notification side.")
(inputs (inputs
`(("gtksourceview" ,gtksourceview) `(("gtksourceview" ,gtksourceview)
("libsoup" ,libsoup) ("libsoup" ,libsoup)
("mpc" ,mpc)
("mpfr" ,mpfr))) ("mpfr" ,mpfr)))
(home-page "https://wiki.gnome.org/Apps/Calculator") (home-page "https://wiki.gnome.org/Apps/Calculator")
(synopsis "Desktop calculator") (synopsis "Desktop calculator")