GNU bug report logs -
#77660
[PATCH 0/5] Update senpai, soju, and dependencies
Previous Next
Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>
Date: Wed, 9 Apr 2025 00:14:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
---
gnu/packages/irc.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 7ae3225520..590b02fc8b 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -1220,7 +1220,7 @@ (define-public snuik
(define-public soju
(package
(name "soju")
- (version "0.8.2")
+ (version "0.9.0")
(source
(origin
(method git-fetch)
@@ -1229,7 +1229,7 @@ (define-public soju
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dk9w87ksjvbhnchyyl4yhdlhjnc9s9hpzhykfiyh935g75zv66c"))))
+ (base32 "09d4h2rchhccrh6qhgqwbv0s1vsfzkmbv3j9f3ayaf9a9ml97d59"))))
(build-system go-build-system)
(arguments
(list
@@ -1262,6 +1262,7 @@ (define-public soju
(list go-codeberg-org-emersion-go-scfg
go-git-sr-ht-emersion-go-sqlite3-fts5
go-git-sr-ht-sircmpwn-go-bare
+ go-github-com-sherclockholmes-webpush-go
go-github-com-coder-websocket
go-github-com-emersion-go-sasl
go-github-com-lib-pq
@@ -1269,10 +1270,8 @@ (define-public soju
go-github-com-msteinert-pam-v2
go-github-com-pires-go-proxyproto
go-github-com-prometheus-client-golang
- go-github-com-sherclockholmes-webpush-go
go-golang-org-x-crypto
go-golang-org-x-time
- go-google-golang-org-protobuf
go-gopkg-in-irc-v4
scdoc))
(home-page "https://soju.im/")
--
2.49.0
This bug report was last modified 41 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.