all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Timotej Lazar <timotej.lazar@araneo.si>
To: 74512@debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar@araneo.si>
Subject: [bug#74512] [PATCH] gnu: soju: Update to 0.8.2.
Date: Sun, 24 Nov 2024 20:41:17 +0100	[thread overview]
Message-ID: <1416a6051b9f8d110e7204750376fd522a591750.1732477277.git.timotej.lazar@araneo.si> (raw)

* gnu/packages/irc.scm (soju): Update to 0.8.2.
[native-inputs]: Drop go-nhooyr-io-websocket. Add
go-github-com-coder-websocket.

Change-Id: I272e692eab620fbf41d025f5aa3eb8d7c6eb5cbc
---
 gnu/packages/irc.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 51bd43869e..3935967f11 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -1143,7 +1143,7 @@ (define-public snuik
 (define-public soju
   (package
     (name "soju")
-    (version "0.8.1")
+    (version "0.8.2")
     (source
      (origin
        (method git-fetch)
@@ -1152,7 +1152,7 @@ (define-public soju
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10qc0g78yhsg6fnnb046jr0s592isw0r0mvydy6frgnx9rxac6k6"))))
+        (base32 "1dk9w87ksjvbhnchyyl4yhdlhjnc9s9hpzhykfiyh935g75zv66c"))))
     (build-system go-build-system)
     (arguments
      (list
@@ -1164,7 +1164,7 @@ (define-public soju
             (lambda* (#:key import-path #:allow-other-keys)
               (with-directory-excursion (string-append "src/" import-path)
                 (substitute* "Makefile"
-                  ;; Do not set dfault config path.
+                  ;; Do not set default config path.
                   ((".*config_path.*:.*") "")
                   (("-X.*=.*config_path.*' ") "")
                   ((".*cp -f.*config_path.*") "")
@@ -1185,6 +1185,7 @@ (define-public soju
      (list go-git-sr-ht-emersion-go-scfg
            go-git-sr-ht-emersion-go-sqlite3-fts5
            go-git-sr-ht-sircmpwn-go-bare
+           go-github-com-coder-websocket
            go-github-com-emersion-go-sasl
            go-github-com-lib-pq
            go-github-com-mattn-go-sqlite3
@@ -1196,7 +1197,6 @@ (define-public soju
            go-golang-org-x-time
            go-google-golang-org-protobuf
            go-gopkg-in-irc-v4
-           go-nhooyr-io-websocket
            scdoc))
     (home-page "https://git.sr.ht/~emersion/soju")
     (synopsis "User-friendly IRC bouncer")

base-commit: c05a78739de9ad2ca2ea97c5899d9b73fca620ea
-- 
2.46.0





             reply	other threads:[~2024-11-24 19:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-24 19:41 Timotej Lazar [this message]
2024-11-24 21:58 ` bug#74512: [PATCH] gnu: soju: Update to 0.8.2 Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1416a6051b9f8d110e7204750376fd522a591750.1732477277.git.timotej.lazar@araneo.si \
    --to=timotej.lazar@araneo.si \
    --cc=74512@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.