mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-no-littering: Update to 1.2.1.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.1. [synopsis]: Use appropriate Texinfo syntax.
This commit is contained in:
parent
cedd80550f
commit
c587681722
1 changed files with 3 additions and 3 deletions
|
@ -25599,7 +25599,7 @@ (define-public emacs-dmenu
|
|||
(define-public emacs-no-littering
|
||||
(package
|
||||
(name "emacs-no-littering")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25608,10 +25608,10 @@ (define-public emacs-no-littering
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hma9var0nmrmjlh16s49hbfc1s4jvfd2prqxf14lxfd51404niw"))))
|
||||
(base32 "00chkzpjcdll907vpzfzmf9p3jprisnr8i0h1x5gixidwbfc2whi"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/emacscollective/no-littering")
|
||||
(synopsis "Help keep ~/.emacs.d/ clean")
|
||||
(synopsis "Help keep @file{~/.emacs.d/} clean")
|
||||
(description "The default paths used to store configuration files and
|
||||
persistent data are not consistent across Emacs packages, be them built-in or
|
||||
third-party ones. @code{no-littering} sets out to help clean
|
||||
|
|
Loading…
Reference in a new issue