mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +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 © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2021 Taiju HIGASHI <higashi@taiju.info>
|
;;; Copyright © 2021 Taiju HIGASHI <higashi@taiju.info>
|
||||||
;;; Copyright © 2024 Sergio Durigan Junior <sergiodj@sergiodj.net>
|
;;; 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>
|
;;; Copyright © 2025 Herman Rimm <herman@rimm.ee>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
@@ -274,7 +274,7 @@ seamlessly with your desktop environment.")
|
|||||||
(define-public snac2
|
(define-public snac2
|
||||||
(package
|
(package
|
||||||
(name "snac")
|
(name "snac")
|
||||||
(version "2.83")
|
(version "2.89")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -283,7 +283,7 @@ seamlessly with your desktop environment.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xh108p148mqlj1da05yrng0d82rw34n1i97cjzz7p606ll4j6p4"))))
|
(base32 "0d0hzgvzvmzandlxlcpbcva831hkk8klx4kakgbambhxgh9fyw1j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list curl openssl))
|
(inputs (list curl openssl))
|
||||||
(arguments
|
(arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user