[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: xclock: Update to 1.0.8.
From: |
guix-commits |
Subject: |
09/09: gnu: xclock: Update to 1.0.8. |
Date: |
Wed, 20 Feb 2019 11:01:03 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 78b2eb1ad3dcf05c25e0ee4980c97aa52de03a2d
Author: Marius Bakke <address@hidden>
Date: Wed Feb 20 16:22:14 2019 +0100
gnu: xclock: Update to 1.0.8.
* gnu/packages/xorg.scm (xclock): Update to 1.0.8.
[home-page]: Set to source repository.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 02586ba..fcfb500 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.")
- branch master updated (4727e69 -> 78b2eb1), guix-commits, 2019/02/20
- 04/09: gnu: xev: Update to 1.2.3., guix-commits, 2019/02/20
- 02/09: gnu: OpenSSL: Don't use NAME in source URI., guix-commits, 2019/02/20
- 01/09: gnu: OpenSSL: Remove obsolete code., guix-commits, 2019/02/20
- 03/09: gnu: xmodmap: Update to 1.0.10., guix-commits, 2019/02/20
- 05/09: gnu: xhost: Update to 1.0.8., guix-commits, 2019/02/20
- 06/09: gnu: xlsatoms: Update to 1.1.3., guix-commits, 2019/02/20
- 09/09: gnu: xclock: Update to 1.0.8.,
guix-commits <=
- 08/09: gnu: xvinfo: Update to 1.1.4., guix-commits, 2019/02/20
- 07/09: gnu: xrdb: Update to 1.2.0., guix-commits, 2019/02/20