mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-fedi: Update to 0.2-3.62aea20.
* gnu/packages/emacs-xyz.scm (emacs-fedi): Update to 0.2-3.62aea20. Change-Id: I9c47188abcf8c0e00ac3ca62a416e4635a29ba4a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
938c4d0539
commit
0ba831d082
1 changed files with 3 additions and 3 deletions
|
@ -38795,8 +38795,8 @@ federated microblogging social network.")
|
||||||
|
|
||||||
(define-public emacs-fedi
|
(define-public emacs-fedi
|
||||||
;; One year since last tagged release.
|
;; One year since last tagged release.
|
||||||
(let ((commit "0967dd0f05a46c19a44863c7c7bce560b5c9eee8")
|
(let ((commit "62aea20f11161d2665180498e79aade7e5f5a114")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-fedi")
|
(name "emacs-fedi")
|
||||||
(version (git-version "0.2" revision commit))
|
(version (git-version "0.2" revision commit))
|
||||||
|
@ -38808,7 +38808,7 @@ federated microblogging social network.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1a19052p3sgf7k74sd0fww8i4g6lmvjar5mvzbkxrxk9han2m9z5"))))
|
(base32 "1s2i6fgw3682h173mx287zjh8w1nsw9jykjkkmx1qjqwgg0hxpzz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments (list #:tests? #f)) ; no tests
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(propagated-inputs (list emacs-markdown-mode))
|
(propagated-inputs (list emacs-markdown-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue