diff options
author | Andrew Tropin <andrew@trop.in> | 2023-02-28 06:34:30 +0400 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2023-02-28 06:35:20 +0400 |
commit | a79950af1568c262a79fc0cdfd391b7328c058cf (patch) | |
tree | 62caee9cb10c8eef8b102a9d4b967f3fe6a7283b | |
parent | 2369e8b0ac623aec5508e6eec7246c642787c0d8 (diff) | |
download | guix-a79950af1568c262a79fc0cdfd391b7328c058cf.tar guix-a79950af1568c262a79fc0cdfd391b7328c058cf.tar.gz |
gnu: emacs-eat: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.6.
-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 c585dbe6e5..d2ad6a8cf7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27431,7 +27431,7 @@ tabulated-lists).") (define-public emacs-eat (package (name "emacs-eat") - (version "0.4") + (version "0.6") (source (origin (method git-fetch) @@ -27441,7 +27441,7 @@ tabulated-lists).") (file-name (git-file-name name version)) (sha256 (base32 - "0zs1fwbapgsap8vai97f1inginb896gl15kyjm521nvaywk4rc12")) + "1279dcagg01vb5izd95lm7i6z5zck136vw3lb06kam8xagrkvfjf")) (modules '((guix build utils))) (snippet #~(begin |