guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: xmobar: Update to 0.27.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: xmobar: Update to 0.27.
Date: Sun, 12 Aug 2018 14:15:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d877e0d84c59993128e88f4d5f02829fe22c55e6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Aug 12 00:24:30 2018 +0200

    gnu: xmobar: Update to 0.27.
    
    * gnu/packages/wm.scm (xmobar): Update to 0.27.
    [inputs]: Add ghc-parsec-numbers.
---
 gnu/packages/wm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 071fea1..cad1cba 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -505,14 +505,14 @@ tiled on several screens.")
 (define-public xmobar
   (package
     (name "xmobar")
-    (version "0.26")
+    (version "0.27")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://hackage/package/xmobar/"
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "19g40vqj3cs94i27f66194k7d5cazrv1lx54bz9kc0qy2npxjzgz"))))
+                "0agx490q6sbmv3vfq33ys8dsrgwizj3bmha4i1pkxz5wp5q8cx3l"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-hspec" ,ghc-hspec)
@@ -522,6 +522,7 @@ tiled on several screens.")
        ("ghc-http" ,ghc-http)
        ("ghc-iwlib" ,ghc-iwlib)
        ("ghc-parsec" ,ghc-parsec)
+       ("ghc-parsec-numbers" ,ghc-parsec-numbers)
        ("ghc-regex-compat" ,ghc-regex-compat)
        ("ghc-stm" ,ghc-stm)
        ("ghc-x11-xft" ,ghc-x11-xft)



reply via email to

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