mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: snac: Update to 2.83.
* gnu/packages/fediverse.scm (snac2): Update to 2.83. Change-Id: Ice54f40f831953947763b1efa14d809a7826139e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ba29b569ea
commit
90e39d2d28
1 changed files with 2 additions and 2 deletions
|
|
@ -274,7 +274,7 @@ seamlessly with your desktop environment.")
|
|||
(define-public snac2
|
||||
(package
|
||||
(name "snac")
|
||||
(version "2.81")
|
||||
(version "2.83")
|
||||
(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 "12wnd7r9k1fmf9yikczhiplbjjvpi66c7n22hs6xla3qqm7vwcm3"))))
|
||||
(base32 "0xh108p148mqlj1da05yrng0d82rw34n1i97cjzz7p606ll4j6p4"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list curl openssl))
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue