unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63702] [PATCH] gnu: xclock: Update to 1.1.1.
@ 2023-05-24 18:10 Greg Hogan
  2023-05-26 13:07 ` bug#63702: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-05-24 18:10 UTC (permalink / raw)
  To: 63702; +Cc: Greg Hogan

* gnu/packages/xorg.scm (xclock): Update to 1.1.1.
[source](origin): Update file extension.
---
 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 f3d30c0ff1..9445cdf545 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5723,14 +5723,14 @@ (define-public libxpresent
 (define-public xclock
   (package
     (name "xclock")
-    (version "1.0.9")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.x.org/releases/individual/app/"
-                           "xclock-" version ".tar.bz2"))
+                           "xclock-" version ".tar.xz"))
        (sha256
-        (base32 "1fr3q4rszgx7x2zxy2ip592a3fgx20hfwac49p2l5b7jqsr1ying"))))
+        (base32 "0b3l1zwz2b1cn46f8pd480b835j9anadf929vqpll107iyzylz6z"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63702: [PATCH] gnu: xclock: Update to 1.1.1.
  2023-05-24 18:10 [bug#63702] [PATCH] gnu: xclock: Update to 1.1.1 Greg Hogan
@ 2023-05-26 13:07 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-26 13:07 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 63702-done

Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/xorg.scm (xclock): Update to 1.1.1.

Pushed now, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-26 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 18:10 [bug#63702] [PATCH] gnu: xclock: Update to 1.1.1 Greg Hogan
2023-05-26 13:07 ` bug#63702: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).