GNU bug report logs - #74593
[PATCH] gnu: xmonad: Update to 0.18.0.

Previous Next

Package: guix-patches;

Reported by: hiecaq <this <at> hiecaq.org>

Date: Thu, 28 Nov 2024 15:22:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: hiecaq <this <at> hiecaq.org>
Subject: bug#74593: closed (Re: [bug#74593] [PATCH] gnu: xmonad: Update to
 0.18.0.)
Date: Thu, 16 Jan 2025 05:45:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74593: [PATCH] gnu: xmonad: Update to 0.18.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 74593 <at> debbugs.gnu.org.

-- 
74593: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74593
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: hiecaq <this <at> hiecaq.org>
Cc: 74593-done <at> debbugs.gnu.org
Subject: Re: [bug#74593] [PATCH] gnu: xmonad: Update to 0.18.0.
Date: Thu, 16 Jan 2025 13:44:24 +0800
[Message part 3 (text/plain, inline)]
hiecaq <this <at> hiecaq.org> writes:

> * gnu/packages/wm.scm (xmonad): Update to 0.18.0.
>   [home-page]: Use https.
>
> Change-Id: Ia3d4a350c1e8eb82d8e11e151dd83b5a10c22ff5
> ---
>  gnu/packages/wm.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index 921f975037..a9c99e630c 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -864,13 +864,13 @@ (define-public icewm
>  (define-public xmonad
>    (package
>      (name "xmonad")
> -    (version "0.17.2")
> +    (version "0.18.0")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (hackage-uri "xmonad" version))
>         (sha256
> -        (base32 "19qz9a23377nzc0qq8nca45s745mfncd4i2vwba14gi7ipipfcil"))))
> +        (base32 "1ysxxjkkx2l160nlj1h8ysxrfhxjlmbws2nm0wyiivmjgn20xs11"))))
>      (build-system haskell-build-system)
>      (properties '((upstream-name . "xmonad")))
>      (arguments
> @@ -893,7 +893,7 @@ (define-public xmonad
>                        Type=Application~%" #$output)))))))))
>      (inputs (list ghc-x11 ghc-data-default-class ghc-setlocale))
>      (native-inputs (list ghc-quickcheck ghc-quickcheck-classes))
> -    (home-page "http://xmonad.org")
> +    (home-page "https://xmonad.org")
>      (synopsis "Tiling window manager")
>      (description
>       "Xmonad is a tiling window manager for X.  Windows are arranged
adjust to use make-desktop-entry-file and pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: hiecaq <this <at> hiecaq.org>
To: guix-patches <at> gnu.org
Cc: hiecaq <this <at> hiecaq.org>
Subject: [PATCH] gnu: xmonad: Update to 0.18.0.
Date: Thu, 28 Nov 2024 23:20:35 +0800
* gnu/packages/wm.scm (xmonad): Update to 0.18.0.
  [home-page]: Use https.

Change-Id: Ia3d4a350c1e8eb82d8e11e151dd83b5a10c22ff5
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 921f975037..a9c99e630c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -864,13 +864,13 @@ (define-public icewm
 (define-public xmonad
   (package
     (name "xmonad")
-    (version "0.17.2")
+    (version "0.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (hackage-uri "xmonad" version))
        (sha256
-        (base32 "19qz9a23377nzc0qq8nca45s745mfncd4i2vwba14gi7ipipfcil"))))
+        (base32 "1ysxxjkkx2l160nlj1h8ysxrfhxjlmbws2nm0wyiivmjgn20xs11"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "xmonad")))
     (arguments
@@ -893,7 +893,7 @@ (define-public xmonad
                       Type=Application~%" #$output)))))))))
     (inputs (list ghc-x11 ghc-data-default-class ghc-setlocale))
     (native-inputs (list ghc-quickcheck ghc-quickcheck-classes))
-    (home-page "http://xmonad.org")
+    (home-page "https://xmonad.org")
     (synopsis "Tiling window manager")
     (description
      "Xmonad is a tiling window manager for X.  Windows are arranged
-- 
2.46.0




This bug report was last modified 128 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.