diff options
author | Andrew Wong <wongandj@icloud.com> | 2025-06-10 11:51:19 -0400 |
---|---|---|
committer | Ian Eure <ian@retrospec.tv> | 2025-06-10 15:39:16 -0700 |
commit | 04416d85a4c0ece8c0d1c7329038dd1381a98a22 (patch) | |
tree | a63823706033d0a165d56693e4431e545f5754a2 /gnu/packages/nicotine.scm | |
parent | 130a67f36862f9458fc0871138cbb5abc926bf3c (diff) |
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 <ian@retrospec.tv>
Diffstat (limited to 'gnu/packages/nicotine.scm')
-rw-r--r-- | gnu/packages/nicotine.scm | 4 |
1 files 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 |