diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-18 16:03:30 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-18 23:56:10 +0200 |
commit | a68050b6163aaf7c4f6ba878ee6007c86ddb932c (patch) | |
tree | c81cfdc0843331dbc1d17efbbc88604900f164aa /gnu/packages | |
parent | a8128f389a478d392ebf8d088d1680210c608c8d (diff) | |
download | guix-a68050b6163aaf7c4f6ba878ee6007c86ddb932c.tar guix-a68050b6163aaf7c4f6ba878ee6007c86ddb932c.tar.gz |
gnu: emacs-noman: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-noman): Update to 0.6.
Change-Id: Ie8f00dab80397ba88a20cca3172a6085cb8aaa8e
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 696a0f69c5..57d63d0228 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -5544,7 +5544,7 @@ Lisp developers who want to write macros with convenience.") (define-public emacs-noman (package (name "emacs-noman") - (version "0.3") + (version "0.6") (source (origin (method git-fetch) @@ -5553,7 +5553,7 @@ Lisp developers who want to write macros with convenience.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "04hvh816a0dvakgn22lxzw8qjmvc8grb5nhg1b5w99j5606ljqcl")))) + (base32 "0rh1p9nlhkmhfqmp507rz8hwfgwrdvxx0zba41lxsd2admai90wv")))) (build-system emacs-build-system) (synopsis "Emacs package for browsing CLI command docs without man pages") (description |