gnu: emacs-dtache: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-dtache): Update to 0.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
f041ac2f66
commit
7249b67d9c
|
@ -23361,21 +23361,18 @@ according to their use.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-dtache
|
(define-public emacs-dtache
|
||||||
;; XXX: The following commit includes a fix for a test.
|
|
||||||
(let ((commit "9e0acd552db62fb696bafb6b9ba9a78522309dd8")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-dtache")
|
(name "emacs-dtache")
|
||||||
(version (git-version "0.3" revision commit))
|
(version "0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/niklaseklund/dtache")
|
(url "https://gitlab.com/niklaseklund/dtache")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jb48x33mhb4awnjrqi268wigp07j08xi02s9yhg8b04l6mnms0d"))))
|
"1hndv0qzibkc4177lkam30j8cgvzxd8r60v3dnqn2bmrgxw04j6b"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #t
|
#:tests? #t
|
||||||
|
@ -23406,7 +23403,7 @@ according to their use.")
|
||||||
"The dtache package allows users to run shell commands
|
"The dtache package allows users to run shell commands
|
||||||
detached from Emacs. These commands are launched in sessions, using the
|
detached from Emacs. These commands are launched in sessions, using the
|
||||||
program dtach.")
|
program dtach.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-dtrt-indent
|
(define-public emacs-dtrt-indent
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue