guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: xmonad: Update to 0.15.


From: guix-commits
Subject: 06/07: gnu: xmonad: Update to 0.15.
Date: Sun, 17 Mar 2019 10:20:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit de98b91581b1b8c15e6473883a44694821d6c62a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 17 15:17:29 2019 +0100

    gnu: xmonad: Update to 0.15.
    
    * gnu/packages/wm.scm (xmonad): Update to 0.15.
---
 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 7d83f47..e3f6930 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -483,7 +483,7 @@ desktop environment.")
 (define-public xmonad
   (package
     (name "xmonad")
-    (version "0.14.2")
+    (version "0.15")
     (synopsis "Tiling window manager")
     (source (origin
               (method url-fetch)
@@ -491,7 +491,7 @@ desktop environment.")
                                   "xmonad-" version ".tar.gz"))
               (sha256
                (base32
-                "0gqyivpw8z1x73p1l1fpyq1wc013a1c07r6xn1a82liijs91b949"))))
+                "0a7rh21k9y6g8fwkggxdxjns2grvvsd5hi2ls4klmqz5xvk4hyaa"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)



reply via email to

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