[PATCH] gnu: xmonad: Update to 0.18.0.

  • Open
  • quality assurance status badge
Details
One participant
  • hiecaq
Owner
unassigned
Submitted by
hiecaq
Severity
normal
H
H
hiecaq wrote on 28 Nov 2024 16:20
(address . guix-patches@gnu.org)(name . hiecaq)(address . this@hiecaq.org)
20241128152050.7477-1-this@hiecaq.org
* 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(-)

Toggle diff (31 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74593@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74593
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch