diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3e8b1f4c6e..4a17d43f72 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -37437,7 +37437,7 @@ launching other commands/applications from within Emacs, similar to the (define-public emacs-no-littering (package (name "emacs-no-littering") - (version "1.7.1") + (version "1.7.2") (source (origin (method git-fetch) @@ -37446,7 +37446,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 "1ldsyzdnc79byg07j2fckh6m48iq8ffp19y6chhhi2dci35zard7")))) + (base32 "0crgl3jakhfhf8bm4wd82s1jyp8w00pa2irzjh778228fvzmhi5p")))) (build-system emacs-build-system) (propagated-inputs (list emacs-compat))