guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 90e39d2d28c272166a98dbf18485d6cfda5bd37a
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Tue Oct 7 11:57:06 2025 +0200

    gnu: snac: Update to 2.83.
    
    * gnu/packages/fediverse.scm (snac2): Update to 2.83.
    
    Change-Id: Ice54f40f831953947763b1efa14d809a7826139e
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/fediverse.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fediverse.scm b/gnu/packages/fediverse.scm
index e2bbb622ed..6cad92f38e 100644
--- a/gnu/packages/fediverse.scm
+++ b/gnu/packages/fediverse.scm
@@ -274,7 +274,7 @@ seamlessly with your desktop environment.")
 (define-public snac2
   (package
     (name "snac")
-    (version "2.81")
+    (version "2.83")
     (source
      (origin
        (method git-fetch)
@@ -283,7 +283,7 @@ seamlessly with your desktop environment.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12wnd7r9k1fmf9yikczhiplbjjvpi66c7n22hs6xla3qqm7vwcm3"))))
+        (base32 "0xh108p148mqlj1da05yrng0d82rw34n1i97cjzz7p606ll4j6p4"))))
     (build-system gnu-build-system)
     (inputs (list curl openssl))
     (arguments

Reply via email to