gnu: gnome-calculator: Update to 3.32.2.

* gnu/packages/gnome.scm (gnome-calculator): Update to 3.32.2.
[inputs]: Change GTKSOURCEVIEW-3 to GTKSOURCEVIEW.
master
Marius Bakke 2019-07-12 17:37:54 +02:00
parent 44d9e575df
commit 07ace64143
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -7163,7 +7163,7 @@ handling the startup notification side.")
(define-public gnome-calculator
(package
(name "gnome-calculator")
(version "3.30.1")
(version "3.32.2")
(source
(origin
(method url-fetch)
@ -7172,7 +7172,7 @@ handling the startup notification side.")
name "-" version ".tar.xz"))
(sha256
(base32
"0qkzcmj51cjmljxl1nc84h6jgq1a51xj4g6jwh3ymgm19m3sqypc"))))
"0fgpn3sc226s9fpzhik5rkkrf669037gc659ga2kn9jsyckj6p41"))))
(build-system meson-build-system)
(arguments '(#:glib-or-gtk? #t))
(native-inputs
@ -7184,7 +7184,7 @@ handling the startup notification side.")
("pkg-config" ,pkg-config)))
(inputs
`(("glib" ,glib)
("gtksourceview" ,gtksourceview-3)
("gtksourceview" ,gtksourceview)
("libsoup" ,libsoup)
("libxml2" ,libxml2)
("mpc" ,mpc)