mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-docker: Update to 2.3.1.
* gnu/packages/emacs-xyz.scm (emacs-docker): Update to 2.3.1. Change-Id: Ib463a11ce6295118a846692b480edc4464a80d8f
This commit is contained in:
parent
baea8607b6
commit
8853096fbb
1 changed files with 2 additions and 2 deletions
|
@ -30073,7 +30073,7 @@ (define-public emacs-docker-tramp
|
|||
(define-public emacs-docker
|
||||
(package
|
||||
(name "emacs-docker")
|
||||
(version "2.2.0")
|
||||
(version "2.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -30082,7 +30082,7 @@ (define-public emacs-docker
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1743x2s7ss7h329yayima3pqi62f0qjv56g5y6b7iwk40wpnhv9v"))))
|
||||
(base32 "13927ns3393q40gxrfzyqh6ajxzfjg14d0srfxi6ild3pmaz0460"))))
|
||||
(inputs
|
||||
(list emacs-undercover))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue