* [bug#74593] [PATCH] gnu: xmonad: Update to 0.18.0.
@ 2024-11-28 15:20 hiecaq
0 siblings, 0 replies; only message in thread
From: hiecaq @ 2024-11-28 15:20 UTC (permalink / raw)
To: 74593; +Cc: hiecaq
* 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-11-28 17:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-28 15:20 [bug#74593] [PATCH] gnu: xmonad: Update to 0.18.0 hiecaq
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.