* [bug#74594] [PATCH] gnu: ghc-xmonad-contrib: Update to 0.18.1.
@ 2024-11-28 15:21 hiecaq
0 siblings, 0 replies; only message in thread
From: hiecaq @ 2024-11-28 15:21 UTC (permalink / raw)
To: 74594; +Cc: hiecaq
* gnu/packages/wm.scm (ghc-xmonad-contrib): Update to 0.18.1.
[arguments]: Remove field.
Change-Id: I4cc6c613be3c15cdd326fde90b4689beec629d36
---
gnu/packages/wm.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a9c99e630c..2c3a0911ac 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1010,20 +1010,17 @@ (define-public yeganesh
(define-public ghc-xmonad-contrib
(package
(name "ghc-xmonad-contrib")
- (version "0.17.1")
+ (version "0.18.1")
(source (origin
(method url-fetch)
(uri (hackage-uri "xmonad-contrib" version))
(sha256
(base32
- "0lwj8xkyaw6h0rv3lz2jdqrwzz7yghfmnhpndygkb3wgyhvq6dxb"))))
+ "0ck4hq9yhdzggrs3q4ji6nbg6zwhmhc0ckf9vr9d716d98h9swq5"))))
(build-system haskell-build-system)
(properties '((upstream-name . "xmonad-contrib")))
(inputs (list ghc-random ghc-x11 xmonad ghc-utf8-string ghc-x11-xft))
(native-inputs (list ghc-quickcheck ghc-hspec))
- (arguments
- `(#:cabal-revision ("1"
- "0dc9nbn0kaw98rgpi1rq8np601zjhdr1y0ydg6yb82wwaqawql6z")))
(home-page "https://xmonad.org/")
(synopsis "Third party extensions for xmonad")
(description
--
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:21 [bug#74594] [PATCH] gnu: ghc-xmonad-contrib: Update to 0.18.1 hiecaq
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).