mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: emacs-noman: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-noman): Update to 0.6. Change-Id: Ie8f00dab80397ba88a20cca3172a6085cb8aaa8e
This commit is contained in:
parent
a8128f389a
commit
a68050b616
1 changed files with 2 additions and 2 deletions
|
@ -5544,7 +5544,7 @@ (define-public emacs-mmt
|
||||||
(define-public emacs-noman
|
(define-public emacs-noman
|
||||||
(package
|
(package
|
||||||
(name "emacs-noman")
|
(name "emacs-noman")
|
||||||
(version "0.3")
|
(version "0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5553,7 +5553,7 @@ (define-public emacs-noman
|
||||||
(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 "04hvh816a0dvakgn22lxzw8qjmvc8grb5nhg1b5w99j5606ljqcl"))))
|
(base32 "0rh1p9nlhkmhfqmp507rz8hwfgwrdvxx0zba41lxsd2admai90wv"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(synopsis "Emacs package for browsing CLI command docs without man pages")
|
(synopsis "Emacs package for browsing CLI command docs without man pages")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue