mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-mastodon: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 2.0.0. Change-Id: I84fa2175d33767486760e4885d63098f41749452 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
f996c38b91
commit
3933e3f8d3
1 changed files with 4 additions and 3 deletions
|
@ -36990,7 +36990,7 @@ time.")
|
|||
(define-public emacs-mastodon
|
||||
(package
|
||||
(name "emacs-mastodon")
|
||||
(version "1.1.12")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -36999,10 +36999,11 @@ time.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1wc3y3pwg9xc27fa6xc2bcv809rxcbjy372r998wl95a81apx32g"))))
|
||||
(base32 "1j4n6ipiahxk6v84dnsrcpzaqsd4v9q2mviqkznm189cp98h6zxk"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; requires cask
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
;; Move the source files to the top level, which is
|
||||
;; included in the EMACSLOADPATH.
|
||||
|
@ -37014,7 +37015,7 @@ time.")
|
|||
(basename f)))
|
||||
el-files)))))))
|
||||
(propagated-inputs
|
||||
(list emacs-persist emacs-request emacs-tp emacs-transient))
|
||||
(list emacs-persist emacs-tp emacs-transient))
|
||||
(home-page "https://codeberg.org/martianh/mastodon.el")
|
||||
(synopsis "Emacs client for Mastodon")
|
||||
(description "@code{mastodon.el} is an Emacs client for Mastodon, the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue