guix-commits
[Top][All Lists]
Advanced

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

111/257: gnu: xmonad: Update to 0.14.2.


From: Ricardo Wurmus
Subject: 111/257: gnu: xmonad: Update to 0.14.2.
Date: Thu, 27 Sep 2018 15:47:09 -0400 (EDT)

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

commit 92707cf9b194f213669e46d7bb8c6d119a2a0572
Author: Timothy Sample <address@hidden>
Date:   Tue Aug 28 23:29:18 2018 -0400

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



reply via email to

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