mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: snac: Update to 2.89
* gnu/packages/fediverse.scm (snac): Update to 2.89. Change-Id: I68bf78d3d57410f4ece035625011193afba09c7b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
4a8fcdce59
commit
aa5b4588d2
@@ -3,7 +3,7 @@
|
||||
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2021 Taiju HIGASHI <higashi@taiju.info>
|
||||
;;; Copyright © 2024 Sergio Durigan Junior <sergiodj@sergiodj.net>
|
||||
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;; Copyright © 2025, 2026 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;; Copyright © 2025 Herman Rimm <herman@rimm.ee>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
@@ -274,7 +274,7 @@ seamlessly with your desktop environment.")
|
||||
(define-public snac2
|
||||
(package
|
||||
(name "snac")
|
||||
(version "2.83")
|
||||
(version "2.89")
|
||||
(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 "0xh108p148mqlj1da05yrng0d82rw34n1i97cjzz7p606ll4j6p4"))))
|
||||
(base32 "0d0hzgvzvmzandlxlcpbcva831hkk8klx4kakgbambhxgh9fyw1j"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list curl openssl))
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user