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

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

Change-Id: Ib4bffdb7b7b802a126aad606d63d32df4c215cc7
This commit is contained in:
Nicolas Goaziou 2024-09-15 09:20:41 +02:00
parent e9bfc2a31c
commit 16b3f0686a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -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))