gnu: emacs-a: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-a): Update to 1.0.0.
This commit is contained in:
parent
15361025f7
commit
a66ee01fb7
1 changed files with 2 additions and 3 deletions
|
@ -1661,7 +1661,7 @@ scripts.")
|
||||||
(define-public emacs-a
|
(define-public emacs-a
|
||||||
(package
|
(package
|
||||||
(name "emacs-a")
|
(name "emacs-a")
|
||||||
(version "0.1.1")
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1669,8 +1669,7 @@ scripts.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0zkv4xvw1jdsfxqqkxskl2l380gfs13n86hj4hhzrqf0sb6aymws"))))
|
||||||
"00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/plexus/a.el/")
|
(home-page "https://github.com/plexus/a.el/")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in a new issue