GNU bug report logs -
#72640
[PATCH] gnu: weechat: Update to 4.3.6.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Thu, 15 Aug 2024 14:54:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <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 bug report
#72640: [PATCH] gnu: weechat: Update to 4.3.6.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 72640 <at> debbugs.gnu.org.
--
72640: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72640
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/irc.scm (weechat): Update to 4.3.6.
>
> Change-Id: Ibf6fbdf1e27c01c5adb6914ea53390e9b15f98ee
> ---
> gnu/packages/irc.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
> index fd0271c5d6..657b53e6cd 100644
> --- a/gnu/packages/irc.scm
> +++ b/gnu/packages/irc.scm
> @@ -367,14 +367,14 @@ (define-public irssi
> (define-public weechat
> (package
> (name "weechat")
> - (version "4.3.5")
> + (version "4.3.6")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://weechat.org/files/src/weechat-"
> version ".tar.xz"))
> (sha256
> (base32
> - "1qsbdg3c0787xs0vwbxsyylf5fvz4cazrzlnwj2mnp6s6b4c9nz6"))))
> + "16bwch9k6sp7hkgy9pzaw8jrkhzb2yi64m299c7w9p9j2lwhd2w7"))))
> (build-system cmake-build-system)
> (outputs '("out" "doc"))
> (native-inputs
>
> base-commit: 888fdfd1b1c4e4b3913b7b229f1ebc9f4596be20
push, close.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/irc.scm (weechat): Update to 4.3.6.
Change-Id: Ibf6fbdf1e27c01c5adb6914ea53390e9b15f98ee
---
gnu/packages/irc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index fd0271c5d6..657b53e6cd 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -367,14 +367,14 @@ (define-public irssi
(define-public weechat
(package
(name "weechat")
- (version "4.3.5")
+ (version "4.3.6")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
- "1qsbdg3c0787xs0vwbxsyylf5fvz4cazrzlnwj2mnp6s6b4c9nz6"))))
+ "16bwch9k6sp7hkgy9pzaw8jrkhzb2yi64m299c7w9p9j2lwhd2w7"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
base-commit: 888fdfd1b1c4e4b3913b7b229f1ebc9f4596be20
--
2.46.0
This bug report was last modified 279 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.