GNU bug report logs -
#72148
[PATCH] gnu: weechat: Update to 4.3.5.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Wed, 17 Jul 2024 05:38:01 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
#72148: [PATCH] gnu: weechat: Update to 4.3.5.
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 72148 <at> debbugs.gnu.org.
--
72148: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72148
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.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/irc.scm (weechat): Update to 4.3.5.
>
> Change-Id: Ie3e856f2735b4d7817de3f15e613918d83fb92b6
> ---
> 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 72e91503c1..b42d751cbd 100644
> --- a/gnu/packages/irc.scm
> +++ b/gnu/packages/irc.scm
> @@ -366,14 +366,14 @@ (define-public irssi
> (define-public weechat
> (package
> (name "weechat")
> - (version "4.3.4")
> + (version "4.3.5")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://weechat.org/files/src/weechat-"
> version ".tar.xz"))
> (sha256
> (base32
> - "0rvzp9sgv1hn5vx8b5ycb61ygl648srn5q3jgl5i56a65w15im6a"))))
> + "1qsbdg3c0787xs0vwbxsyylf5fvz4cazrzlnwj2mnp6s6b4c9nz6"))))
> (build-system cmake-build-system)
> (outputs '("out" "doc"))
> (native-inputs
>
> base-commit: a800c49fb767f549fbc0eefe8dce6daa5da8604c
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e6e70abe65850da0ae69428654375d367088ef5e
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/irc.scm (weechat): Update to 4.3.5.
Change-Id: Ie3e856f2735b4d7817de3f15e613918d83fb92b6
---
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 72e91503c1..b42d751cbd 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -366,14 +366,14 @@ (define-public irssi
(define-public weechat
(package
(name "weechat")
- (version "4.3.4")
+ (version "4.3.5")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
- "0rvzp9sgv1hn5vx8b5ycb61ygl648srn5q3jgl5i56a65w15im6a"))))
+ "1qsbdg3c0787xs0vwbxsyylf5fvz4cazrzlnwj2mnp6s6b4c9nz6"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
base-commit: a800c49fb767f549fbc0eefe8dce6daa5da8604c
--
2.45.2
This bug report was last modified 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.