diff options
author | Cayetano Santos <csantosb@inventati.org> | 2023-11-19 20:19:57 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-11-25 16:29:26 +0100 |
commit | e3933f8b4d661c265d30d85e51d639986f3ee649 (patch) | |
tree | 35659c6d001b47e3e7aed3e61530e7f2a759a5b7 | |
parent | bc3842901fb66bd4a7b5e0807c87c8c28137d19b (diff) | |
download | guix-e3933f8b4d661c265d30d85e51d639986f3ee649.tar.gz |
gnu: emacs-ein: Update to 20230826.
* gnu/packages/emacs-xyz.scm (emacs-ein): Update to 20230826. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I55f4d6bba65d917dee042fdd9b38b3e6d0123df3
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1e19d653a1..996142dc3e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -37665,10 +37665,10 @@ execute code split into cells according to certain magic comments.") (define-public emacs-ein ;; XXX: Upstream doesn't make any release, and didn't set any version. - (let ((commit "b2410dc96f61aa806a7934099d8f1e40c8f6ca18")) + (let ((commit "998ba22660be2035cd23bed1555e47748c4da8a2")) (package (name "emacs-ein") - (version "20220911") + (version "20230826") (source (origin (method git-fetch) @@ -37679,7 +37679,7 @@ execute code split into cells according to certain magic comments.") (file-name (git-file-name name version)) (sha256 (base32 - "02392bxl0msda58cls0i79mzqjs73x39czx0mlb0sg2vxp84gy15")))) + "09qbswzz6kbxc74dmdgagrk5wgbm89sabf0bfy76j4qlcg6550mx")))) (build-system emacs-build-system) (arguments (list |