diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-12 12:25:46 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-12 12:27:34 +0200 |
commit | f2f29271b4b2badf86e92d5ac79465957bc3913c (patch) | |
tree | db8a28304666925f63c43344a357ce64e251d7b4 /gnu | |
parent | a717bd5eb70df643202c798c68243b7e4fa53549 (diff) | |
download | guix-f2f29271b4b2badf86e92d5ac79465957bc3913c.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b06ff2d6b0..253b548cc5 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27679,16 +27679,16 @@ time.") (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 @@ time.") (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.") |