guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cwm: Update to 6.6.


From: guix-commits
Subject: branch master updated: gnu: cwm: Update to 6.6.
Date: Tue, 19 May 2020 14:31:20 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9593caf  gnu: cwm: Update to 6.6.
9593caf is described below

commit 9593caff8d5dcd8cc369fb8c944885c1d9a14793
Author: nikita <address@hidden>
AuthorDate: Tue May 19 12:41:58 2020 +0200

    gnu: cwm: Update to 6.6.
    
    * gnu/packages/wm.scm (cwm): Update to 6.6.
    [source, home-page]: Update URLs.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/wm.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a29a7d9..1151b81 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2016 Al McElrath <address@hidden>
 ;;; Copyright © 2016 Carlo Zancanaro <address@hidden>
 ;;; Copyright © 2016, 2017, 2018, 2019 Ludovic Courtès <address@hidden>
-;;; Copyright © 2016, 2017, 2018 Nikita <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2020 Nikita <address@hidden>
 ;;; Copyright © 2016 doncatnip <address@hidden>
 ;;; Copyright © 2016 Ivan Vilata i Balaguer <address@hidden>
 ;;; Copyright © 2017 Mekeor Melire <address@hidden>
@@ -1176,15 +1176,15 @@ It is inspired by Xmonad and dwm.  Its major features 
include:
 (define-public cwm
   (package
     (name "cwm")
-    (version "6.3")
+    (version "6.6")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://chneukirchen.org/releases/cwm-";
+       (uri (string-append "https://leahneukirchen.org/releases/cwm-";
                            version ".tar.gz"))
        (sha256
         (base32
-         "17pdp9cfgh2n3n3905l4rl9qk7b722i8psnarhlc2h98qzx7zmac"))))
+         "0p350pbfn92m21jiq4i324sdskxhs71p435g0mgz7cmzprnhhg92"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list "CC=gcc"
@@ -1219,7 +1219,7 @@ It is inspired by Xmonad and dwm.  Its major features 
include:
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("bison" ,bison)))
-    (home-page "https://github.com/chneukirchen/cwm";)
+    (home-page "https://github.com/leahneukirchen/cwm";)
     (synopsis "OpenBSD fork of the calmwm window manager")
     (description "Cwm is a stacking window manager for X11.  It is an OpenBSD
 project derived from the original Calm Window Manager.")



reply via email to

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