guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f60e8c6a1e9d7862a773ad97aa575f94b911a0a6
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Dec 6 09:50:49 2025 +0100

    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
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b59ae2e30a..3bb03e8088 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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

Reply via email to