mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-mastodon: Update to 1.0.13.
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.13. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
399cd64bc9
commit
a4ec0c6ca0
1 changed files with 2 additions and 2 deletions
|
@ -33053,7 +33053,7 @@ (define-public emacs-wc-mode
|
|||
(define-public emacs-mastodon
|
||||
(package
|
||||
(name "emacs-mastodon")
|
||||
(version "1.0.6")
|
||||
(version "1.0.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -33062,7 +33062,7 @@ (define-public emacs-mastodon
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1z5lmzxhindxa0f6qi6z361k9smqcz68alr6w6jbmwg279qmk8jj"))))
|
||||
(base32 "143wmg9jhdi79y1gdi0y9xxpp8vyn7qbhvaysq1sf7g1h0jskxc2"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue