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

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

Change-Id: I090f86c8eace2783fd91905882c9beb285359958
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:00:00 +02:00
parent fae1e7dc89
commit 3e91ab1b5f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -37106,7 +37106,7 @@ launching other commands/applications from within Emacs, similar to the
(define-public emacs-no-littering
(package
(name "emacs-no-littering")
(version "1.7.0")
(version "1.7.1")
(source
(origin
(method git-fetch)
@ -37115,7 +37115,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 "062fdryl8yhk6qcj1x98qa732d9lfn8x9dsa25ss11c5x3sywjv4"))))
(base32 "1ldsyzdnc79byg07j2fckh6m48iq8ffp19y6chhhi2dci35zard7"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))