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

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

Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Ahmad Draidi 2023-07-13 21:42:49 +04:00 committed by Andrew Tropin
parent 6bda806416
commit f737168a6c
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -34270,7 +34270,7 @@ (define-public emacs-dmenu
(define-public emacs-no-littering
(package
(name "emacs-no-littering")
(version "1.4.0")
(version "1.5.0")
(source
(origin
(method git-fetch)
@ -34279,7 +34279,7 @@ (define-public emacs-no-littering
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1i5fcci8fg14hbd4cjb84q3mx6rfwhbwkw0g21v25dal61kw4yvb"))))
(base32 "14f07irjbk3akc07a0y5awyflmhsxvj8gg67y81zp90danjkgvvr"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))