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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74593 in the body.
You can then email your comments to 74593 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#74593; Package guix-patches. (Thu, 28 Nov 2024 15:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to hiecaq <this <at> hiecaq.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 28 Nov 2024 15:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Thu, 16 Jan 2025 05:45:01 GMT) Full text and rfc822 format available.

Notification sent to hiecaq <this <at> hiecaq.org>:
bug acknowledged by developer. (Thu, 16 Jan 2025 05:45:02 GMT) Full text and rfc822 format available.

Message #10 received at 74593-done <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Feb 2025 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 28 days ago.

Previous Next


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