guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: xmobar: Update to 0.40.


From: guix-commits
Subject: 04/05: gnu: xmobar: Update to 0.40.
Date: Mon, 17 Jan 2022 14:30:06 -0500 (EST)

lbraun pushed a commit to branch master
in repository guix.

commit 723aa8b391cf1633963f1c2f466e1904d81e3e54
Author: John Kehayias via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Fri Dec 24 19:30:04 2021 +0000

    gnu: xmobar: Update to 0.40.
    
    * gnu/packages/wm.scm (xmobar): Update to 0.40.
    
    Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
---
 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 bf24dfa0d9..eb015bd191 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -792,14 +792,14 @@ tiled on several screens.")
 (define-public xmobar
   (package
     (name "xmobar")
-    (version "0.39")
+    (version "0.40")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://hackage.haskell.org/package/xmobar/";
                                   "xmobar-" version ".tar.gz"))
               (sha256
                (base32
-                "1k1n3ff0ikdmfq0mi8r2vpqg1iq6hsw1drvxps6k98rvvn87pws6"))))
+                "1mrdiblm8vilkm1w23pz6xbi16zh1b1lvql26czjzw5k79vd67sf"))))
     (build-system haskell-build-system)
     (native-inputs
      (list ghc-hspec hspec-discover))



reply via email to

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