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
This commit is contained in:
parent
bc3842901f
commit
e3933f8b4d
1 changed files with 3 additions and 3 deletions
|
@ -37665,10 +37665,10 @@ (define-public emacs-code-cells
|
||||||
|
|
||||||
(define-public emacs-ein
|
(define-public emacs-ein
|
||||||
;; XXX: Upstream doesn't make any release, and didn't set any version.
|
;; XXX: Upstream doesn't make any release, and didn't set any version.
|
||||||
(let ((commit "b2410dc96f61aa806a7934099d8f1e40c8f6ca18"))
|
(let ((commit "998ba22660be2035cd23bed1555e47748c4da8a2"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-ein")
|
(name "emacs-ein")
|
||||||
(version "20220911")
|
(version "20230826")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -37679,7 +37679,7 @@ (define-public emacs-ein
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02392bxl0msda58cls0i79mzqjs73x39czx0mlb0sg2vxp84gy15"))))
|
"09qbswzz6kbxc74dmdgagrk5wgbm89sabf0bfy76j4qlcg6550mx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue