GNU bug report logs -
#78544
[PATCH] gnu: snac: Update to 2.77.
Previous Next
To reply to this bug, email your comments to 78544 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78544
; Package
guix-patches
.
(Thu, 22 May 2025 06:16:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 22 May 2025 06:16:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/fediverse.scm (snac2): Update to 2.77.
Change-Id: Ia5a025f113aea0abba2ae434b23085c0082476ca
---
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 ae4dbd523a..17398d54c7 100644
--- a/gnu/packages/fediverse.scm
+++ b/gnu/packages/fediverse.scm
@@ -205,7 +205,7 @@ (define-public python-mastodon-py
(define-public snac2
(package
(name "snac")
- (version "2.75")
+ (version "2.77")
(source
(origin
(method git-fetch)
@@ -214,7 +214,7 @@ (define-public snac2
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "11dnsc3ml0rmjqwf01mwiggf5xdg762k6dciis17frrx9grb8bn7"))))
+ (base32 "1mibrqjdv68lxgvhly46v6i04bv05bm06qp7qp1kjr3mph7wahs1"))))
(build-system gnu-build-system)
(inputs (list curl openssl))
(arguments
base-commit: 471fc515c8bb015841d098aa7988c5718efa67cb
--
2.49.0
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.