gnu: gnome-calculator: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.22.2.
This commit is contained in:
parent
7894ea6122
commit
de7da4e5d1
|
@ -5570,7 +5570,7 @@ handling the startup notification side.")
|
||||||
(define-public gnome-calculator
|
(define-public gnome-calculator
|
||||||
(package
|
(package
|
||||||
(name "gnome-calculator")
|
(name "gnome-calculator")
|
||||||
(version "3.20.2")
|
(version "3.22.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5579,7 +5579,7 @@ handling the startup notification side.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yx86kyd54y3k3b6rmdazvmpxzl0zn791zr1q87zjc5228mc3w9a"))))
|
"03il7xl4yr6xbzj6x1lbl16yzlb166c9h9wny1w7mj9dccnz99wr"))))
|
||||||
(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.
|
||||||
|
|
Loading…
Reference in New Issue