GNU bug report logs -
#74594
[PATCH] gnu: ghc-xmonad-contrib: Update to 0.18.1.
Previous Next
Reported by: hiecaq <this <at> hiecaq.org>
Date: Thu, 28 Nov 2024 15:22:03 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 16 Jan 2025 13:45:24 +0800
with message-id <87msfr1fd7.fsf <at> iscas.ac.cn>
and subject line Re: [bug#74594] [PATCH] gnu: ghc-xmonad-contrib: Update to 0.18.1.
has caused the debbugs.gnu.org bug report #74594,
regarding [PATCH] gnu: ghc-xmonad-contrib: Update to 0.18.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
74594: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74594
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
hiecaq <this <at> hiecaq.org> writes:
> * 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
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 184 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.