* [bug#41402] cwm: Update to 6.6
@ 2020-05-19 10:48 Nikita Gillmann
2020-05-19 16:26 ` Leo Famulari
0 siblings, 1 reply; 4+ messages in thread
From: Nikita Gillmann @ 2020-05-19 10:48 UTC (permalink / raw)
To: 41402
[-- Attachment #1: Type: text/plain, Size: 57 bytes --]
This updates cwm to Version 6.6
Upstream URL did change.
[-- Attachment #2: 0001-gnu-cwm-Update-to-6.6.patch --]
[-- Type: text/plain, Size: 1696 bytes --]
From 94da23021599bb91b547859c142648ed9691d876 Mon Sep 17 00:00:00 2001
From: nikita <nikita@n0.is>
Date: Tue, 19 May 2020 12:41:58 +0200
Subject: [PATCH] gnu: cwm: Update to 6.6.
* gnu/packages/wm.scm (cwm): Update to 6.6.
---
gnu/packages/wm.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a29a7d9764..cd22dffcd3 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2016 Al McElrath <hello@yrns.org>
;;; Copyright © 2016 Carlo Zancanaro <carlo@zancanaro.id.au>
;;; Copyright © 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2016, 2017, 2018 Nikita <nikita@n0.is>
+;;; Copyright © 2016, 2017, 2018, 2020 Nikita <nikita@n0.is>
;;; Copyright © 2016 doncatnip <gnopap@gmail.com>
;;; Copyright © 2016 Ivan Vilata i Balaguer <ivan@selidor.net>
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
@@ -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"
--
2.25.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#41402] cwm: Update to 6.6
2020-05-19 10:48 [bug#41402] cwm: Update to 6.6 Nikita Gillmann
@ 2020-05-19 16:26 ` Leo Famulari
2020-05-19 16:43 ` Nikita Gillmann
0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2020-05-19 16:26 UTC (permalink / raw)
To: Nikita Gillmann; +Cc: 41402
On Tue, May 19, 2020 at 12:48:59PM +0200, Nikita Gillmann wrote:
> This updates cwm to Version 6.6
> Upstream URL did change.
The home-page should change too, right?
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#41402] cwm: Update to 6.6
2020-05-19 16:26 ` Leo Famulari
@ 2020-05-19 16:43 ` Nikita Gillmann
2020-05-19 18:31 ` bug#41402: " Leo Famulari
0 siblings, 1 reply; 4+ messages in thread
From: Nikita Gillmann @ 2020-05-19 16:43 UTC (permalink / raw)
To: Leo Famulari; +Cc: Nikita Gillmann, 41402
Leo Famulari transcribed 0.2K bytes:
> On Tue, May 19, 2020 at 12:48:59PM +0200, Nikita Gillmann wrote:
> > This updates cwm to Version 6.6
> > Upstream URL did change.
>
> The home-page should change too, right?
In wm/cwm (https://pkgsrc.se/wm/cwm) I use https://github.com/leahneukirchen/cwm
I did not check the guix package for this because it changed a long time ago.
Seems like this isn't changed in guix.
Can you add these 2 changes? I thought I only missed mentioning the website
in the commit log.
Thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#41402: cwm: Update to 6.6
2020-05-19 16:43 ` Nikita Gillmann
@ 2020-05-19 18:31 ` Leo Famulari
0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2020-05-19 18:31 UTC (permalink / raw)
To: Nikita Gillmann; +Cc: 41402-done
On Tue, May 19, 2020 at 06:43:09PM +0200, Nikita Gillmann wrote:
> Leo Famulari transcribed 0.2K bytes:
> > On Tue, May 19, 2020 at 12:48:59PM +0200, Nikita Gillmann wrote:
> > > This updates cwm to Version 6.6
> > > Upstream URL did change.
> >
> > The home-page should change too, right?
>
> In wm/cwm (https://pkgsrc.se/wm/cwm) I use https://github.com/leahneukirchen/cwm
> I did not check the guix package for this because it changed a long time ago.
> Seems like this isn't changed in guix.
>
> Can you add these 2 changes? I thought I only missed mentioning the website
> in the commit log.
Okay, pushed as 9593caff8d5dcd8cc369fb8c944885c1d9a14793
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-05-19 18:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-19 10:48 [bug#41402] cwm: Update to 6.6 Nikita Gillmann
2020-05-19 16:26 ` Leo Famulari
2020-05-19 16:43 ` Nikita Gillmann
2020-05-19 18:31 ` bug#41402: " Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.