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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74594 in the body.
You can then email your comments to 74594 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74594
; Package
guix-patches
.
(Thu, 28 Nov 2024 15:22:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
hiecaq <this <at> hiecaq.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 28 Nov 2024 15:22:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Z572 <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Thu, 16 Jan 2025 05:46:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
hiecaq <this <at> hiecaq.org>
:
bug acknowledged by developer.
(Thu, 16 Jan 2025 05:46:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 74594-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 13 Feb 2025 12:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.