mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-mastodon: Update to 1.0.19.
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.19. Change-Id: Ieb7ab69694ba37d6ac7b55aae3e71796d91967c2
This commit is contained in:
parent
482ebe3274
commit
3c548ddbb4
1 changed files with 2 additions and 2 deletions
|
@ -33844,7 +33844,7 @@ (define-public emacs-wc-mode
|
|||
(define-public emacs-mastodon
|
||||
(package
|
||||
(name "emacs-mastodon")
|
||||
(version "1.0.18")
|
||||
(version "1.0.19")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -33853,7 +33853,7 @@ (define-public emacs-mastodon
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1l4arid01m5475wq4sy8j598ww13847sbpg9grl71r72rs83071w"))))
|
||||
(base32 "096zsjlqx2cv4zq607f9n7mr60d5avhfczf3nxsa8wkjsj97qrlh"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue