all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: hiecaq <this@hiecaq.org>
To: 74592@debbugs.gnu.org
Cc: hiecaq <this@hiecaq.org>
Subject: [bug#74592] [PATCH] gnu: ghc-xmobar: Update to 0.48.1.
Date: Thu, 28 Nov 2024 23:13:59 +0800	[thread overview]
Message-ID: <20241128151414.6665-1-this@hiecaq.org> (raw)

* gnu/packages/wm.scm (ghc-xmobar): Update to 0.48.1.
  [inputs]: Add ghc-extra.
  [home-page]: Point to the actual project home-page.

Change-Id: I4a43c774a00853eb15a0874d5228729867d0606e
---
 gnu/packages/wm.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 2c3a0911ac..a76d58105a 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -909,13 +909,13 @@ (define-public xmonad
 (define-public ghc-xmobar
   (package
     (name "ghc-xmobar")
-    (version "0.46")
+    (version "0.48.1")
     (source (origin
               (method url-fetch)
               (uri (hackage-uri "xmobar" version))
               (sha256
                (base32
-                "0glpiq7c0qwfcxnc2flgzj7afm5m1a9ghzwwcq7f8q27m21kddrd"))))
+                "1infcisv7l00a4z4byjwjisg4yndk0cymibfii1c7yzyzrlvavhl"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "xmobar")))
     (native-inputs
@@ -924,6 +924,7 @@ (define-public ghc-xmobar
      (list ghc-alsa-core
            ghc-alsa-mixer
            ghc-dbus
+           ghc-extra
            ghc-hinotify
            ghc-http-client-tls
            ghc-http-conduit
@@ -957,7 +958,7 @@ (define-public ghc-xmobar
            (lambda _
              (substitute* "src/Xmobar/X11/CairoSurface.hsc"
                (("cairo/cairo-xlib.h") "cairo-xlib.h")))))))
-    (home-page "https://xmobar.org")
+    (home-page "https://codeberg.org/xmobar/xmobar")
     (synopsis "Haskell library for minimalistic text based status bars")
     (description
      "@code{ghc-xmobar} is the haskell library that @code{xmobar} is based on.
-- 
2.46.0





             reply	other threads:[~2024-11-28 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-28 15:13 hiecaq [this message]
2024-11-28 15:38 ` [bug#74592] [PATCH] gnu: ghc-xmobar: Update to 0.48.1 hiecaq

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=20241128151414.6665-1-this@hiecaq.org \
    --to=this@hiecaq.org \
    --cc=74592@debbugs.gnu.org \
    /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.