guix-commits
[Top][All Lists]
Advanced

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

235/257: gnu: xmobar: Update to 0.28.


From: Ricardo Wurmus
Subject: 235/257: gnu: xmobar: Update to 0.28.
Date: Thu, 27 Sep 2018 15:47:36 -0400 (EDT)

rekado pushed a commit to branch wip-haskell
in repository guix.

commit eab661b1db6159af1654c0501240a9f018ffa5d1
Author: Timothy Sample <address@hidden>
Date:   Wed Aug 29 01:19:05 2018 -0400

    gnu: xmobar: Update to 0.28.
    
    * gnu/packages/wm.scm (xmobar): Update to 0.28.
---
 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 db345cd..4ec465f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -504,14 +504,14 @@ tiled on several screens.")
 (define-public xmobar
   (package
     (name "xmobar")
-    (version "0.27")
+    (version "0.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://hackage/package/xmobar/"
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0agx490q6sbmv3vfq33ys8dsrgwizj3bmha4i1pkxz5wp5q8cx3l"))))
+                "1xh87asg8y35srvp7d3gyyy4bkxsw122liihxgzgm8pqv2z3h4zd"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-hspec" ,ghc-hspec)



reply via email to

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