guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-dtache: Update to 0.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-dtache: Update to 0.5.
Date: Mon, 07 Feb 2022 04:20:06 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b43c3a745c gnu: emacs-dtache: Update to 0.5.
b43c3a745c is described below

commit b43c3a745c4b192437ba833a2ab30647853e0d26
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 7 10:18:53 2022 +0100

    gnu: emacs-dtache: Update to 0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-dtache): Update to 0.5.
---
 gnu/packages/emacs-xyz.scm | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 11421e0f33..e4e9cbafed 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23780,7 +23780,7 @@ according to their use.")
 (define-public emacs-dtache
   (package
     (name "emacs-dtache")
-    (version "0.4")
+    (version "0.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23789,7 +23789,7 @@ according to their use.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hndv0qzibkc4177lkam30j8cgvzxd8r60v3dnqn2bmrgxw04j6b"))))
+                "05gm5l533y8xr00w3c3i4fbhzhib6i7q2bbnpkm08w1n8a08iaj5"))))
     (arguments
      (list
       #:tests? #t
@@ -23803,14 +23803,12 @@ according to their use.")
             (lambda* (#:key inputs #:allow-other-keys)
               (make-file-writable "dtache.el")
               (emacs-substitute-variables "dtache.el"
-                ("dtache-env" (string-append #$output
-                                             "/bin/dtache-env"))
-                ("dtache-dtach-program" (search-input-file
-                                         inputs
-                                         "/bin/dtach"))
-                ("dtache-shell-program" (search-input-file
-                                         inputs
-                                         "/bin/bash"))))))))
+                ("dtache-env"
+                 (string-append #$output "/bin/dtache-env"))
+                ("dtache-dtach-program"
+                 (search-input-file inputs "/bin/dtach"))
+                ("dtache-shell-program"
+                 (search-input-file inputs "/bin/bash"))))))))
     (build-system emacs-build-system)
     (native-inputs (list emacs-ert-runner))
     (inputs (list dtach))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]