gnu: emacs-autocrypt: Update to 0.4.1.
* gnu/packages/emacs-xyz.scm (emacs-autocrypt): Update to 0.4.1. [description]: Improve capitalization and remove documentation-related sentences.
This commit is contained in:
parent
a9bd55214e
commit
088839d053
1 changed files with 6 additions and 11 deletions
|
@ -15650,11 +15650,10 @@ extensibility.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-autocrypt
|
(define-public emacs-autocrypt
|
||||||
(let ((commit "5b55f8d37545e9c441788627c17e350d7edf4055")
|
(let ((commit "a90aa6b644fe8cf72af9e1615a7c50b36b739e7c")) ;version bump
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-autocrypt")
|
(name "emacs-autocrypt")
|
||||||
(version (git-version "0.4.0" revision commit))
|
(version "0.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -15663,18 +15662,14 @@ extensibility.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b06xnjkgwjpxl96mdi674pmvdaiwncifi1a30wxhl1dwr7kr084"))))
|
"124qf96g2xbz3wz0ihix4l1g4prpa023hx0klf72clx92dhjjgjj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://git.sr.ht/~pkal/autocrypt")
|
(home-page "https://git.sr.ht/~pkal/autocrypt")
|
||||||
(synopsis "Autocrypt implementation for Emacs")
|
(synopsis "Autocrypt implementation for Emacs")
|
||||||
(description "@code{emacs-autocrypt} is an implementation of
|
(description "Autocrypt package is an implementation of
|
||||||
Autocrypt (@url{https://autocrypt.org/}) for various Emacs MUAs. Autocrypt is
|
Autocrypt (@url{https://autocrypt.org/}) for various Emacs MUAs,
|
||||||
a cryptographic protocol for email clients aiming to simplify key exchange and
|
a cryptographic protocol for email clients aiming to simplify key exchange and
|
||||||
encryption.
|
encryption.")
|
||||||
|
|
||||||
Run @code{M-x autocrypt-create-account} to initialize an autocrypt key, and
|
|
||||||
add @code{autocrypt-mode} to your MUA's hooks (@code{gnus-mode-hook},
|
|
||||||
@code{message-mode-hook}, ...) to activate its usage.")
|
|
||||||
(license license:cc0))))
|
(license license:cc0))))
|
||||||
|
|
||||||
(define-public emacs-nginx-mode
|
(define-public emacs-nginx-mode
|
||||||
|
|
Reference in a new issue