gnu: gnome-clocks: Update to 3.32.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.32.0.
This commit is contained in:
parent
6acf403364
commit
c76d0dbcba
1 changed files with 2 additions and 2 deletions
|
@ -7178,7 +7178,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
|
||||||
(define-public gnome-clocks
|
(define-public gnome-clocks
|
||||||
(package
|
(package
|
||||||
(name "gnome-clocks")
|
(name "gnome-clocks")
|
||||||
(version "3.30.1")
|
(version "3.32.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -7186,7 +7186,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"009fr6zwv37wryi0c0syi4i7pxpdbn3gliws68l99cjsbn2qd6pc"))))
|
"1w6lgjdak3x76c9gyhd1lqrdmjfh8q77sjnrkcimylsg0jq913bc"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t))
|
'(#:glib-or-gtk? #t))
|
||||||
|
|
Reference in a new issue