This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6b3b3f7945 gnu: srain: Update to 1.8.1.
6b3b3f7945 is described below

commit 6b3b3f7945efff5afd58cd6393a2a6f7c493d92a
Author: Wilko Meyer <[email protected]>
AuthorDate: Fri Feb 13 13:20:53 2026 +0100

    gnu: srain: Update to 1.8.1.
    
    * gnu/packages/irc.scm (srain): Update to 1.8.1.
    [arguments]<#:configure-flags>: Disable app_indicator.
    [inputs]: Replace libsoup-minimal-2 with libsoup-minimal.
    [home-page]: Update URL.
    
    Closes: guix/guix#6375
    Change-Id: I2226b3b3857e9f8272148a864bc5402b71e75928
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/irc.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 173bae37e3..78390c1dce 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -443,7 +443,7 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
 (define-public srain
   (package
     (name "srain")
-    (version "1.5.0")
+    (version "1.8.1")
     (source
      (origin
        (method git-fetch)
@@ -452,11 +452,13 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qswvhx1s90jbsdx5znbc478v2ix3g0p6qm97cj7zzl0kx5kd780"))))
+        (base32 "105z2kbj9ar6zk6i1qrbysrp9vbz692kbl2dwdxcwly0yh4cbd0p"))))
     (build-system meson-build-system)
     (arguments
-     `(#:tests? #f ;there are no tests
-       #:glib-or-gtk? #t))
+     (list
+      #:configure-flags #~(list "-Dapp_indicator=false")
+      #:tests? #f ;there are no tests
+      #:glib-or-gtk? #t))
     (native-inputs
      `(("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")
@@ -469,9 +471,9 @@ using a mouse.  It is customizable and extensible with 
plugins and scripts.")
            gtk+
            libconfig
            libsecret
-           libsoup-minimal-2
+           libsoup-minimal
            openssl))
-    (home-page "https://srain.im";)
+    (home-page "https://srain.silverrainz.me";)
     (synopsis "Modern IRC client written in GTK")
     (description
      "Srain is an IRC client written in GTK.  It aims to be modern and easy to

Reply via email to