GNU bug report logs -
#78227
[PATCH] gnu: snac: Update to 2.75.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sat, 3 May 2025 08:52:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#78227: [PATCH] gnu: snac: Update to 2.75.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 78227 <at> debbugs.gnu.org.
--
78227: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78227
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Thanks. Patch pushed!
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/fediverse.scm (snac): Update to 2.75.
Change-Id: I54a96fcc0ad3cd4c336fa00af08c37a6986c9883
---
gnu/packages/fediverse.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fediverse.scm b/gnu/packages/fediverse.scm
index f8b59ec93d..ae4dbd523a 100644
--- a/gnu/packages/fediverse.scm
+++ b/gnu/packages/fediverse.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2021 Taiju HIGASHI <higashi <at> taiju.info>
;;; Copyright © 2024 Sergio Durigan Junior <sergiodj <at> sergiodj.net>
+;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -204,7 +205,7 @@ (define-public python-mastodon-py
(define-public snac2
(package
(name "snac")
- (version "2.72")
+ (version "2.75")
(source
(origin
(method git-fetch)
@@ -213,7 +214,7 @@ (define-public snac2
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1ykrqyx0jc2cmjnj8ygqix2n64bfa2q444qz9ccsnxr3717mn1xc"))))
+ (base32 "11dnsc3ml0rmjqwf01mwiggf5xdg762k6dciis17frrx9grb8bn7"))))
(build-system gnu-build-system)
(inputs (list curl openssl))
(arguments
base-commit: 12467f2c91e7f9ec70239229f8186a93193a9185
--
2.49.0
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.