diff options
author | Ahmad Draidi <a.r.draidi@redscript.org> | 2023-07-13 21:42:49 +0400 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-07-21 18:03:14 +0400 |
commit | f737168a6c2a645cd3d0ffe4acf6969f576a85d7 (patch) | |
tree | 6660944fbc4bc522d74a4b3b3f42b4c905a6f941 | |
parent | 6bda806416b8e6032ef1047c5feed776b6cc0493 (diff) |
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>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 550e5d2a65..119bab2b28 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -34270,7 +34270,7 @@ launching other commands/applications from within Emacs, similar to the (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 @@ launching other commands/applications from within Emacs, similar to the (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)) |