emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63702: closed ([PATCH] gnu: xclock: Update to 1.1.1.)


From: GNU bug Tracking System
Subject: bug#63702: closed ([PATCH] gnu: xclock: Update to 1.1.1.)
Date: Fri, 26 May 2023 13:09:02 +0000

Your message dated Fri, 26 May 2023 21:07:56 +0800
with message-id <87a5xrqlzn.fsf@envs.net>
and subject line Re: bug#63702: [PATCH] gnu: xclock: Update to 1.1.1.
has caused the debbugs.gnu.org bug report #63702,
regarding [PATCH] gnu: xclock: Update to 1.1.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63702: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63702
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: xclock: Update to 1.1.1. Date: Wed, 24 May 2023 18:10:38 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#63702: [PATCH] gnu: xclock: Update to 1.1.1. Date: Fri, 26 May 2023 21:07:56 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Greg Hogan <code@greghogan.com> writes:

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

Pushed now, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]