all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gyara via Guix-patches via <guix-patches@gnu.org>
To: 57570@debbugs.gnu.org
Cc: gyara <me@gyara.moe>
Subject: [bug#57570] [PATCH] gnu: xmobar: Update to 0.44.2.
Date: Sun,  4 Sep 2022 10:03:07 +0900	[thread overview]
Message-ID: <84bdd035541c78a9abf2cb87d72d7886a69c9eb7.1662253386.git.me@gyara.moe> (raw)

* 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





             reply	other threads:[~2022-09-04  1:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-04  1:03 gyara via Guix-patches via [this message]
2022-09-04 17:55 ` bug#57570: [PATCH] gnu: xmobar: Update to 0.44.2 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84bdd035541c78a9abf2cb87d72d7886a69c9eb7.1662253386.git.me@gyara.moe \
    --to=guix-patches@gnu.org \
    --cc=57570@debbugs.gnu.org \
    --cc=me@gyara.moe \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.