gnu: emacs-no-littering: Update to 1.7.5.

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

Change-Id: I138897b6d15aa4a91e73e0b835362847fb3028c3
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:32:08 +01:00
parent cb06d1cce4
commit 609371cb8a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -38581,7 +38581,7 @@ launching other commands/applications from within Emacs, similar to the
(define-public emacs-no-littering
(package
(name "emacs-no-littering")
(version "1.7.4")
(version "1.7.5")
(source
(origin
(method git-fetch)
@ -38590,7 +38590,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 "0l88l1np4s5925d6i33l1cas8mk0nwbgbyw7fa1akzj8qv6782sm"))))
(base32 "1qr0spndzv03h0lcs2bjajadp9rg7clm506bnwbcqwfqxz9cxnvx"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))