guix-commits
[Top][All Lists]
Advanced

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

120/285: gnu: xmobar: Update to 0.32.


From: guix-commits
Subject: 120/285: gnu: xmobar: Update to 0.32.
Date: Sun, 29 Dec 2019 20:44:13 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 5f9b3467ce3621c91a54499d2e9b09a4e6a4e11f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 24 17:26:34 2019 +0100

    gnu: xmobar: Update to 0.32.
    
    * gnu/packages/wm.scm (xmobar): Update to 0.32.
---
 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 b03122d..8b1f8af 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -690,14 +690,14 @@ tiled on several screens.")
 (define-public xmobar
   (package
     (name "xmobar")
-    (version "0.31")
+    (version "0.32")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://hackage/package/xmobar/"
                                   "xmobar-" version ".tar.gz"))
               (sha256
                (base32
-                "1sbxva4zaj060bigmxivpn4zlz0q1qbq2np8gljdqkjvysjzpbka"))))
+                "0x2ki3v0pmhl4bva3qi1xx21axayc4sx1nkzhmk2ap4l0cj52jrd"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-hspec" ,ghc-hspec)



reply via email to

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