mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-mastodon: Update to 1.0.25.
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.25. Change-Id: Ie3463d0fe644aad606b68d80b4afa30047a6a4af
This commit is contained in:
parent
7444b176b4
commit
195cf39883
1 changed files with 2 additions and 2 deletions
|
@ -34820,7 +34820,7 @@ (define-public emacs-wc-mode
|
|||
(define-public emacs-mastodon
|
||||
(package
|
||||
(name "emacs-mastodon")
|
||||
(version "1.0.24")
|
||||
(version "1.0.25")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -34829,7 +34829,7 @@ (define-public emacs-mastodon
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1365n7nswh7f6py82hkb5qd9fhl6mdr0jcpnbzsx0mc75vpyjvl8"))))
|
||||
(base32 "02ykj4hyddd5p0idl8gvgl9q770vni69xsza99y3rpyilc2a8r66"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue