guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 38509d5f9a30bc67e7d26687e8358fa894da876d
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Apr 16 08:58:52 2025 +0200

    gnu: emacs-no-littering: Update to 1.7.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.7.6.
    
    Change-Id: I3e26a308a123f865d2ff246fce579d47d39bf82f
---
 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 5931ea8ef9..db3033c24f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40258,7 +40258,7 @@ launching other commands/applications from within 
Emacs, similar to the
 (define-public emacs-no-littering
   (package
     (name "emacs-no-littering")
-    (version "1.7.5")
+    (version "1.7.6")
     (source
      (origin
        (method git-fetch)
@@ -40267,7 +40267,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 "1qr0spndzv03h0lcs2bjajadp9rg7clm506bnwbcqwfqxz9cxnvx"))))
+        (base32 "0bfyd276v32yflxd1ad3x5rlndmw3fk7z4q0p79ff09m993fsb54"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ; no tests
     (propagated-inputs

Reply via email to