mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: snac: Update to 2.81.
* gnu/packages/fediverse.scm (snac): Update to 2.81. Change-Id: Ie1b6330d49d060e03f7fdfafc89432a696e1968f Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
b9030ce78a
commit
79c7843ef4
1 changed files with 2 additions and 2 deletions
|
|
@ -265,7 +265,7 @@ seamlessly with your desktop environment.")
|
|||
(define-public snac2
|
||||
(package
|
||||
(name "snac")
|
||||
(version "2.80")
|
||||
(version "2.81")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -274,7 +274,7 @@ seamlessly with your desktop environment.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1npplr8mdw876g27473myyyghhizaffx46jvl8hiqx90qix4kzzi"))))
|
||||
(base32 "12wnd7r9k1fmf9yikczhiplbjjvpi66c7n22hs6xla3qqm7vwcm3"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list curl openssl))
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue