GNU bug report logs -
#74593
[PATCH] gnu: xmonad: Update to 0.18.0.
Previous Next
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
Message #10 received at 74593-done <at> debbugs.gnu.org (full text, mbox):
[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)]
This bug report was last modified 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.