mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: xclock: Update to 1.0.9.
* gnu/packages/xorg.scm (xclock): Update to 1.0.9.
This commit is contained in:
parent
c93bd94c49
commit
fb0f4ab8ed
1 changed files with 2 additions and 2 deletions
|
@ -5717,14 +5717,14 @@ Intrinsics (Xt) Library.")
|
||||||
(define-public xclock
|
(define-public xclock
|
||||||
(package
|
(package
|
||||||
(name "xclock")
|
(name "xclock")
|
||||||
(version "1.0.8")
|
(version "1.0.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.x.org/releases/individual/app/"
|
(uri (string-append "https://www.x.org/releases/individual/app/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m92zhamh15my9f2rqa14q41d6k2cn468azm3g7g3w9n7942024k"))))
|
(base32 "1fr3q4rszgx7x2zxy2ip592a3fgx20hfwac49p2l5b7jqsr1ying"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue