all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57570] [PATCH] gnu: xmobar: Update to 0.44.2.
@ 2022-09-04  1:03 gyara via Guix-patches via
  2022-09-04 17:55 ` bug#57570: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: gyara via Guix-patches via @ 2022-09-04  1:03 UTC (permalink / raw)
  To: 57570; +Cc: gyara

* 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





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

* bug#57570: [PATCH] gnu: xmobar: Update to 0.44.2.
  2022-09-04  1:03 [bug#57570] [PATCH] gnu: xmobar: Update to 0.44.2 gyara via Guix-patches via
@ 2022-09-04 17:55 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-04 17:55 UTC (permalink / raw)
  To: gyara; +Cc: 57570-done

[-- Attachment #1: Type: text/plain, Size: 279 bytes --]


gyara via Guix-patches via <guix-patches@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2022-09-04 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-04  1:03 [bug#57570] [PATCH] gnu: xmobar: Update to 0.44.2 gyara via Guix-patches via
2022-09-04 17:55 ` bug#57570: " Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.