gnu: emacs-dtache: Update to 0.5.

* gnu/packages/emacs-xyz.scm (emacs-dtache): Update to 0.5.
This commit is contained in:
Nicolas Goaziou 2022-02-07 10:18:53 +01:00
parent c6b407c923
commit b43c3a745c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23780,7 +23780,7 @@ (define-public emacs-cmake-font-lock
(define-public emacs-dtache (define-public emacs-dtache
(package (package
(name "emacs-dtache") (name "emacs-dtache")
(version "0.4") (version "0.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -23789,7 +23789,7 @@ (define-public emacs-dtache
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1hndv0qzibkc4177lkam30j8cgvzxd8r60v3dnqn2bmrgxw04j6b")))) "05gm5l533y8xr00w3c3i4fbhzhib6i7q2bbnpkm08w1n8a08iaj5"))))
(arguments (arguments
(list (list
#:tests? #t #:tests? #t
@ -23803,14 +23803,12 @@ (define-public emacs-dtache
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(make-file-writable "dtache.el") (make-file-writable "dtache.el")
(emacs-substitute-variables "dtache.el" (emacs-substitute-variables "dtache.el"
("dtache-env" (string-append #$output ("dtache-env"
"/bin/dtache-env")) (string-append #$output "/bin/dtache-env"))
("dtache-dtach-program" (search-input-file ("dtache-dtach-program"
inputs (search-input-file inputs "/bin/dtach"))
"/bin/dtach")) ("dtache-shell-program"
("dtache-shell-program" (search-input-file (search-input-file inputs "/bin/bash"))))))))
inputs
"/bin/bash"))))))))
(build-system emacs-build-system) (build-system emacs-build-system)
(native-inputs (list emacs-ert-runner)) (native-inputs (list emacs-ert-runner))
(inputs (list dtach)) (inputs (list dtach))