all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75454] [PATCH] gnu: snac2: Update to 2.68.
@ 2025-01-09  8:25 Evgeny Pisemsky
  0 siblings, 0 replies; only message in thread
From: Evgeny Pisemsky @ 2025-01-09  8:25 UTC (permalink / raw)
  To: 75454

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-snac2-Update-to-2.68.patch --]
[-- Type: text/x-patch, Size: 1309 bytes --]

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(-)

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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-09  8:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09  8:25 [bug#75454] [PATCH] gnu: snac2: Update to 2.68 Evgeny Pisemsky

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.