mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-mastodon: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.0. [propagated-inputs]: Add EMACS-REQUEST. [source]<origin>: Update URI. [home-page]: Update URL.
This commit is contained in:
parent
a717bd5eb7
commit
f2f29271b4
1 changed files with 6 additions and 4 deletions
|
@ -27679,16 +27679,16 @@ (define-public emacs-wc-mode
|
|||
(define-public emacs-mastodon
|
||||
(package
|
||||
(name "emacs-mastodon")
|
||||
(version "0.9.0")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/jdenen/mastodon.el")
|
||||
(url "https://codeberg.org/martianh/mastodon.el")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hwax6y9dghqwsbnb6f1bnc7gh8xsh5cvcnayk2sn49x8b0zi5h1"))))
|
||||
"13swcbvwhjl8ksrgzvmfafkgd3iz8znk49bs1n48w3g9qvh097w7"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -27702,7 +27702,9 @@ (define-public emacs-mastodon
|
|||
(rename-file f (basename f)))
|
||||
el-files))
|
||||
#t)))))
|
||||
(home-page "https://github.com/jdenen/mastodon.el")
|
||||
(propagated-inputs
|
||||
(list emacs-request))
|
||||
(home-page "https://codeberg.org/martianh/mastodon.el")
|
||||
(synopsis "Emacs client for Mastodon")
|
||||
(description "@code{mastodon.el} is an Emacs client for Mastodon, the
|
||||
federated microblogging social network.")
|
||||
|
|
Loading…
Reference in a new issue