cwm: Update to 6.6

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Nikita Gillmann
Owner
unassigned
Submitted by
Nikita Gillmann
Severity
normal
N
N
Nikita Gillmann wrote on 19 May 2020 12:48
(address . guix-patches@gnu.org)
20200519104850.ydgdmfxmfjbwmvod@hex
This updates cwm to Version 6.6
Upstream URL did change.
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(-)

Toggle diff (34 lines)
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
L
L
Leo Famulari wrote on 19 May 2020 18:26
(name . Nikita Gillmann)(address . nikita@n0.is)(address . 41402@debbugs.gnu.org)
20200519162629.GA30546@jasmine.lan
On Tue, May 19, 2020 at 12:48:59PM +0200, Nikita Gillmann wrote:
Toggle quote (3 lines)
> This updates cwm to Version 6.6
> Upstream URL did change.

The home-page should change too, right?
N
N
Nikita Gillmann wrote on 19 May 2020 18:43
(name . Leo Famulari)(address . leo@famulari.name)
20200519164309.w3mwgw2ghrge5rf7@hex
Leo Famulari transcribed 0.2K bytes:
Toggle quote (6 lines)
> 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
L
L
Leo Famulari wrote on 19 May 2020 20:31
(name . Nikita Gillmann)(address . nikita@n0.is)(address . 41402-done@debbugs.gnu.org)
20200519183130.GB8397@jasmine.lan
On Tue, May 19, 2020 at 06:43:09PM +0200, Nikita Gillmann wrote:
Toggle quote (14 lines)
> 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
Closed
?