~ruther/guix-local

f60e8c6a1e9d7862a773ad97aa575f94b911a0a6 — Nicolas Goaziou 2 months ago b884db5
gnu: emacs-no-littering: Update to 1.8.2.

* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.8.2.

Change-Id: I708989d2e2470bf3a4fe052f119e4f432efd0f07
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 42380,7 42380,7 @@ launching other commands/applications from within Emacs, similar to the
(define-public emacs-no-littering
  (package
    (name "emacs-no-littering")
    (version "1.8.1")
    (version "1.8.2")
    (source
     (origin
       (method git-fetch)


@@ 42389,7 42389,7 @@ launching other commands/applications from within Emacs, similar to the
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "063h1qspqmbv818fnz3ygsq1ksmxl4xscq1hlv0cp24z6d3gbia5"))))
        (base32 "1yi3nwivi39c744nbwhlgc0pkh5p9kdylwv3ca52r683fm63l7jb"))))
    (build-system emacs-build-system)
    (arguments (list #:tests? #f))      ; no tests
    (propagated-inputs