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:
parent
155f0d69d1
commit
2c2da7ec0c
|
@ -5881,7 +5881,7 @@ handling the startup notification side.")
|
|||
(define-public gnome-calculator
|
||||
(package
|
||||
(name "gnome-calculator")
|
||||
(version "3.22.2")
|
||||
(version "3.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5890,7 +5890,7 @@ handling the startup notification side.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03il7xl4yr6xbzj6x1lbl16yzlb166c9h9wny1w7mj9dccnz99wr"))))
|
||||
"041d40as8y0r5d0kk83dy842711zchydwwqh71kh1lpd373qlxa4"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
|
||||
|
@ -5900,6 +5900,7 @@ handling the startup notification side.")
|
|||
(inputs
|
||||
`(("gtksourceview" ,gtksourceview)
|
||||
("libsoup" ,libsoup)
|
||||
("mpc" ,mpc)
|
||||
("mpfr" ,mpfr)))
|
||||
(home-page "https://wiki.gnome.org/Apps/Calculator")
|
||||
(synopsis "Desktop calculator")
|
||||
|
|
Loading…
Reference in New Issue