me
/
guix
Archived
1
0
Fork 0

gnu: emacs-docker: Update to 1.4.0.

* gnu/packages/emacs-xyz.scm (emacs-docker): Update to 1.4.0.
master
Nicolas Goaziou 2021-09-19 19:43:03 +02:00
parent e117d6c72d
commit c5ef0f4174
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 10 additions and 10 deletions

View File

@ -23539,16 +23539,16 @@ constant expressions.")
(define-public emacs-docker
(package
(name "emacs-docker")
(version "1.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Silex/docker.el")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1g8r1faqp0z0vqp9qrl8m84pa0v2ddvc91klphdkfmldwv7rfipw"))))
(version "1.4.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Silex/docker.el")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0s57dq04d97dvrbxzicyk5z9f1mn8gf9w4nbgrxd9dnjqz335173"))))
(inputs
`(("emacs-undercover" ,emacs-undercover)))
(propagated-inputs