mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -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
|
(define-public emacs-mastodon
|
||||||
(package
|
(package
|
||||||
(name "emacs-mastodon")
|
(name "emacs-mastodon")
|
||||||
(version "1.0.6")
|
(version "1.0.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -33062,7 +33062,7 @@ (define-public emacs-mastodon
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1z5lmzxhindxa0f6qi6z361k9smqcz68alr6w6jbmwg279qmk8jj"))))
|
(base32 "143wmg9jhdi79y1gdi0y9xxpp8vyn7qbhvaysq1sf7g1h0jskxc2"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue