mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-attrap: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-attrap): Update to 1.1.
This commit is contained in:
parent
8cf9a367b4
commit
6a5e0cb1e6
1 changed files with 22 additions and 24 deletions
|
@ -12680,19 +12680,17 @@ functions written in continuation-passing style.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-attrap
|
(define-public emacs-attrap
|
||||||
(let ((commit "18cd1f7832870a36c404e872fa83a271fe8e688d")
|
|
||||||
(revision "2"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-attrap")
|
(name "emacs-attrap")
|
||||||
(version (git-version "1.0" revision commit))
|
(version "1.1")
|
||||||
(source (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 commit)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0wqc7bqx9rvk8r7fd3x84h8p01v97s6w2jf29nnjb59xakwp22i7"))
|
||||||
"078391949h0fgmshin8f79a1a595m06ig577rkgjqgngcp0d61l9"))
|
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -12704,7 +12702,7 @@ functions written in continuation-passing style.")
|
||||||
(synopsis "Fix coding error at point")
|
(synopsis "Fix coding error at point")
|
||||||
(description "This package provides a command to fix the Flycheck error
|
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue