guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: emacs-detached: Update to 0.10.1.


From: guix-commits
Subject: 04/04: gnu: emacs-detached: Update to 0.10.1.
Date: Sat, 26 Nov 2022 05:17:15 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d223aff97db35d2ce430f4d81858691c735b599e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 26 11:11:24 2022 +0100

    gnu: emacs-detached: Update to 0.10.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.10.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 4e61df8aa8..1a2819e22a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26292,7 +26292,7 @@ according to their use.")
 (define-public emacs-detached
   (package
     (name "emacs-detached")
-    (version "0.10.0")
+    (version "0.10.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -26301,7 +26301,7 @@ according to their use.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "13vssywna281dr4r0hqp85xdi3xnajmdahqy7kf147jvgazkqbmd"))))
+                "0dvvyqc0nw9has54vps10f5iv831cb29vqvbvx0m2djv9pacqp17"))))
     (arguments
      (list
       #:tests? #t



reply via email to

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