[PATCH] gnu: snac2: Update to 2.68.

  • Open
  • quality assurance status badge
Details
One participant
  • Evgeny Pisemsky
Owner
unassigned
Submitted by
Evgeny Pisemsky
Severity
normal

Debbugs page

E
E
Evgeny Pisemsky wrote 36 hours ago
(address . guix-patches@gnu.org)
875xmol7hd.fsf@pisemsky.site
From 817a6a059a48ae7920f408d55e90023cac426586 Mon Sep 17 00:00:00 2001
Message-ID: <817a6a059a48ae7920f408d55e90023cac426586.1736410970.git.mail@pisemsky.site>
From: Evgeny Pisemsky <mail@pisemsky.site>
Date: Thu, 9 Jan 2025 11:22:01 +0300
Subject: [PATCH] gnu: snac2: Update to 2.68.

* gnu/packages/fediverse.scm (snac2): Update to 2.68.

Change-Id: Iccb52a4b1d7eb6c19f13114b9c42acfb9613e728
---
gnu/packages/fediverse.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/fediverse.scm b/gnu/packages/fediverse.scm
index 4daaa8a517..b1d03a3802 100644
--- a/gnu/packages/fediverse.scm
+++ b/gnu/packages/fediverse.scm
@@ -203,7 +203,7 @@ (define-public python-mastodon-py
(define-public snac2
(package
(name "snac")
- (version "2.65")
+ (version "2.68")
(source
(origin
(method git-fetch)
@@ -212,7 +212,7 @@ (define-public snac2
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "06npcsf8jkcygsh586wnsq6cr1cn46n3s8zx3inbjgh99sc24fcg"))))
+ (base32 "1sdhwc88yhqgij88js957p86wmq9j0rscski4flympcrg3qk43f9"))))
(build-system gnu-build-system)
(inputs (list curl openssl))
(arguments

base-commit: 7f27dc47c52886b785359799b6dc67b61f638544
--
2.47.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75454@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75454
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch