guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: emacs-detached: Update to 0.10.0.


From: guix-commits
Subject: 02/08: gnu: emacs-detached: Update to 0.10.0.
Date: Thu, 24 Nov 2022 12:09:36 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b8eb99f8174f0090f48fd6e7da41e7d762236621
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Nov 24 12:48:53 2022 +0100

    gnu: emacs-detached: Update to 0.10.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.10.0.
---
 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 fdb5f015cf..a7838e2d3d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26262,7 +26262,7 @@ according to their use.")
 (define-public emacs-detached
   (package
     (name "emacs-detached")
-    (version "0.9.2")
+    (version "0.10.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -26271,7 +26271,7 @@ according to their use.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0bcrqqim6is75d4zadswxp162m9gd34xmb2wxsx9rhvkwq0ln35k"))))
+                "13vssywna281dr4r0hqp85xdi3xnajmdahqy7kf147jvgazkqbmd"))))
     (arguments
      (list
       #:tests? #t



reply via email to

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