guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-detached: Update to 0.9.1.


From: guix-commits
Subject: 01/02: gnu: emacs-detached: Update to 0.9.1.
Date: Mon, 31 Oct 2022 19:13:16 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f9ac8b766658889a8291b2f5bb3bcde76218e238
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 1 00:10:18 2022 +0100

    gnu: emacs-detached: Update to 0.9.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.9.1.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 996939f4ab..17fc2dffee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26015,7 +26015,7 @@ according to their use.")
 (define-public emacs-detached
   (package
     (name "emacs-detached")
-    (version "0.8.1")
+    (version "0.9.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -26024,7 +26024,7 @@ according to their use.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "190sil04wbnnml7i1nv19xn8fpqwng9xngpsxvmfxj3bzn7slid6"))))
+                "0v7g23jmxh2z1v484pzmcavcsxkd5qydfj6075a8abx3kv7n6nj4"))))
     (arguments
      (list
       #:tests? #t



reply via email to

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