GNU bug report logs -
#74884
[PATCH] gnu: weechat: Update to 4.5.0.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sun, 15 Dec 2024 11:06: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
#74884: [PATCH] gnu: weechat: Update to 4.5.0.
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 74884 <at> debbugs.gnu.org.
--
74884: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74884
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.5.0.
>
> Change-Id: I903a418eb4aa7faf27d77185e40651d905122766
> ---
> 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 38f845ff39..de101934ac 100644
> --- a/gnu/packages/irc.scm
> +++ b/gnu/packages/irc.scm
> @@ -372,7 +372,7 @@ (define-public irssi
> (define-public weechat
> (package
> (name "weechat")
> - (version "4.4.4")
> + (version "4.5.0")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -381,7 +381,7 @@ (define-public weechat
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "18v622ddgvqpplpa5jg25b9cqjzm8fk8saqhfmld2pgslaqgkcq4"))))
> + "0i1qh3bsvcxcf0gddn3lk9p6v6hhbglpdxcaav4zzajpiq944h69"))))
> (build-system cmake-build-system)
> (outputs '("out" "doc"))
> (native-inputs
>
> base-commit: cfd4f56f75a20b6732d463180d211f796c9032e5
pushed, closing.
[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.5.0.
Change-Id: I903a418eb4aa7faf27d77185e40651d905122766
---
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 38f845ff39..de101934ac 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -372,7 +372,7 @@ (define-public irssi
(define-public weechat
(package
(name "weechat")
- (version "4.4.4")
+ (version "4.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -381,7 +381,7 @@ (define-public weechat
(file-name (git-file-name name version))
(sha256
(base32
- "18v622ddgvqpplpa5jg25b9cqjzm8fk8saqhfmld2pgslaqgkcq4"))))
+ "0i1qh3bsvcxcf0gddn3lk9p6v6hhbglpdxcaav4zzajpiq944h69"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
base-commit: cfd4f56f75a20b6732d463180d211f796c9032e5
--
2.47.1
This bug report was last modified 160 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.