GNU bug report logs - #57570
[PATCH] gnu: xmobar: Update to 0.44.2.

Previous Next

Package: guix-patches;

Reported by: gyara <me <at> gyara.moe>

Date: Sun, 4 Sep 2022 01:04:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: gyara <me <at> gyara.moe>
Subject: bug#57570: closed (Re: [bug#57570] [PATCH] gnu: xmobar: Update to
 0.44.2.)
Date: Sun, 04 Sep 2022 17:57:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57570: [PATCH] gnu: xmobar: Update to 0.44.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57570 <at> debbugs.gnu.org.

-- 
57570: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57570
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: gyara <me <at> gyara.moe>
Cc: 57570-done <at> debbugs.gnu.org
Subject: Re: [bug#57570] [PATCH] gnu: xmobar: Update to 0.44.2.
Date: Sun, 04 Sep 2022 18:55:36 +0100
[Message part 3 (text/plain, inline)]
gyara via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/wm.scm (xmobar): Update to 0.44.2.
> ---
>  gnu/packages/wm.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, pushed to master as 75febb00a57b69d41e989af0487446105fae32a5.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: gyara <me <at> gyara.moe>
To: guix-patches <at> gnu.org
Cc: gyara <me <at> gyara.moe>
Subject: [PATCH] gnu: xmobar: Update to 0.44.2.
Date: Sun,  4 Sep 2022 10:03:07 +0900
* gnu/packages/wm.scm (xmobar): Update to 0.44.2.
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 5084d194a6..090ad9144c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -832,14 +832,14 @@ (define-public xmonad
 (define-public xmobar
   (package
     (name "xmobar")
-    (version "0.40")
+    (version "0.44.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/xmobar/"
                                   "xmobar-" version ".tar.gz"))
               (sha256
                (base32
-                "1mrdiblm8vilkm1w23pz6xbi16zh1b1lvql26czjzw5k79vd67sf"))))
+                "0gdphjn5ll5lkb2psdsb34563wsz6g0y2gg3z8cj4jy8lvbbv808"))))
     (build-system haskell-build-system)
     (native-inputs
      (list ghc-hspec hspec-discover))
-- 
2.37.2




This bug report was last modified 2 years and 263 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.