gnu: emacs-attrap: Update to 1.1.

* gnu/packages/emacs-xyz.scm (emacs-attrap): Update to 1.1.
This commit is contained in:
Nicolas Goaziou 2020-11-21 12:52:38 +01:00
parent 8cf9a367b4
commit 6a5e0cb1e6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12680,31 +12680,29 @@ functions written in continuation-passing style.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-attrap (define-public emacs-attrap
(let ((commit "18cd1f7832870a36c404e872fa83a271fe8e688d") (package
(revision "2")) (name "emacs-attrap")
(package (version "1.1")
(name "emacs-attrap") (source
(version (git-version "1.0" revision commit)) (origin
(source (origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url "https://github.com/jyp/attrap")
(url "https://github.com/jyp/attrap") (commit version)))
(commit commit))) (sha256
(sha256 (base32 "0wqc7bqx9rvk8r7fd3x84h8p01v97s6w2jf29nnjb59xakwp22i7"))
(base32 (file-name (git-file-name name version))))
"078391949h0fgmshin8f79a1a595m06ig577rkgjqgngcp0d61l9")) (build-system emacs-build-system)
(file-name (git-file-name name version)))) (propagated-inputs
(build-system emacs-build-system) `(("emacs-dash" ,emacs-dash)
(propagated-inputs ("emacs-f" ,emacs-f)
`(("emacs-dash" ,emacs-dash) ("emacs-flycheck" ,emacs-flycheck)
("emacs-f" ,emacs-f) ("emacs-s" ,emacs-s)))
("emacs-flycheck" ,emacs-flycheck) (home-page "https://github.com/jyp/attrap")
("emacs-s" ,emacs-s))) (synopsis "Fix coding error at point")
(home-page "https://github.com/jyp/attrap") (description "This package provides a command to fix the Flycheck error
(synopsis "Fix coding error at point")
(description "This package provides a command to fix the Flycheck error
at point.") at point.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-git-messenger (define-public emacs-git-messenger
(package (package