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 04416d85a4 gnu: nicotine+: Update to 3.3.10.
04416d85a4 is described below

commit 04416d85a4c0ece8c0d1c7329038dd1381a98a22
Author: Andrew Wong <[email protected]>
AuthorDate: Tue Jun 10 11:51:19 2025 -0400

    gnu: nicotine+: Update to 3.3.10.
    
    * gnu/packages/nicotine.scm (nicotine+): Update to 3.3.10.
    
    Change-Id: Id0ebb78ef4940f333da71f8a9f7f72c62db20153
    Signed-off-by: Ian Eure <[email protected]>
---
 gnu/packages/nicotine.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nicotine.scm b/gnu/packages/nicotine.scm
index a34c4bcdc9..ff6676c4a1 100644
--- a/gnu/packages/nicotine.scm
+++ b/gnu/packages/nicotine.scm
@@ -36,7 +36,7 @@
 (define-public nicotine+
   (package
     (name "nicotine+")
-    (version "3.3.6")
+    (version "3.3.10")
     (source
      (origin
        (method git-fetch)
@@ -45,7 +45,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1sblhfsyf34lsarjv8b83k20jqfpgcxa1iqbvab05xy52v5y3vcd"))
+        (base32 "0xj7hlhgirgjyfmdchksvwhjhaqaf5n84brzih6fqlbsrr9gxkw9"))
        (modules '((guix build utils)))
        ;; Remove test that relies on network access.
        (snippet '(delete-file-recursively

Reply via email to