guix-commits
[Top][All Lists]
Advanced

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

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


From: Ricardo Wurmus
Subject: 111/272: gnu: xmonad: Update to 0.14.2.
Date: Mon, 1 Oct 2018 06:13:27 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c64e832f1008bec9a11481b4f48b5f619ce0319d
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]