sharlatan pushed a commit to branch master
in repository guix.

commit 24fc92e049d803664a2a41a68cad83404d1de6da
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Nov 3 23:32:34 2024 +0000

    gnu: nicotine+: Update to 3.3.6.
    
    * gnu/packages/nicotine.scm (nicotine+): Update to 3.3.6.
    
    Change-Id: Ieb1a6610bb3526a7a5d8cf015751f385afb35945
---
 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 6b08f2a66d..a34c4bcdc9 100644
--- a/gnu/packages/nicotine.scm
+++ b/gnu/packages/nicotine.scm
@@ -36,7 +36,7 @@
 (define-public nicotine+
   (package
     (name "nicotine+")
-    (version "3.3.0")
+    (version "3.3.6")
     (source
      (origin
        (method git-fetch)
@@ -45,7 +45,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qzc8k2pkw4sgb4p1qrd9d71j8m5v834v0df5qvdfwgnmsn4dnzj"))
+        (base32 "1sblhfsyf34lsarjv8b83k20jqfpgcxa1iqbvab05xy52v5y3vcd"))
        (modules '((guix build utils)))
        ;; Remove test that relies on network access.
        (snippet '(delete-file-recursively

Reply via email to