diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-20 16:22:14 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-20 16:40:33 +0100 |
commit | 78b2eb1ad3dcf05c25e0ee4980c97aa52de03a2d (patch) | |
tree | 80b39a9e36ef31fadb4505c3dad1213b4fd8ded6 /gnu/packages/xorg.scm | |
parent | 7bc7eda4b955f63ad22502015d07ec8a275cd958 (diff) | |
download | guix-78b2eb1ad3dcf05c25e0ee4980c97aa52de03a2d.tar guix-78b2eb1ad3dcf05c25e0ee4980c97aa52de03a2d.tar.gz |
gnu: xclock: Update to 1.0.8.
* gnu/packages/xorg.scm (xclock): Update to 1.0.8.
[home-page]: Set to source repository.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 02586baa2c..fcfb500854 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5723,14 +5723,14 @@ Intrinsics (Xt) Library.") (define-public xclock (package (name "xclock") - (version "1.0.7") + (version "1.0.8") (source (origin (method url-fetch) (uri (string-append "https://www.x.org/releases/individual/app/" name "-" version ".tar.bz2")) (sha256 - (base32 "1l3xv4bsca6bwxx73jyjz0blav86i7vwffkhdb1ac81y9slyrki3")))) + (base32 "0m92zhamh15my9f2rqa14q41d6k2cn468azm3g7g3w9n7942024k")))) (build-system gnu-build-system) (arguments `(#:configure-flags @@ -5745,7 +5745,7 @@ Intrinsics (Xt) Library.") ("libxkbfile" ,libxkbfile))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "https://www.x.org/") + (home-page "https://gitlab.freedesktop.org/xorg/app/xclock") (synopsis "Analog / digital clock for X") (description "The xclock program displays the time in analog or digital form.") |