guix-commits
[Top][All Lists]
Advanced

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

05/63: gnu: emacs-bfuture: Update to 1.0.3.


From: guix-commits
Subject: 05/63: gnu: emacs-bfuture: Update to 1.0.3.
Date: Mon, 19 Aug 2024 16:46:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a574444771982790dfda887a396f0122d8563606
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 19 20:52:52 2024 +0200

    gnu: emacs-bfuture: Update to 1.0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-bfuture): Update to 1.0.3.
    
    Change-Id: I9f562fee2acc110613c2b780e2e98abf113d8d02
---
 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 468f0f8fa9..edb51cc6da 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31651,7 +31651,7 @@ Debug server.")
 (define-public emacs-bfuture
   (package
     (name "emacs-bfuture")
-    (version "1.0.2")
+    (version "1.0.3")
     (source
      (origin
        (method git-fetch)
@@ -31660,7 +31660,7 @@ Debug server.")
              (commit (string-append "v" version))))
        (sha256
         (base32
-         "1qflkyr7fafw84mksxs25mka133y8ak8nsga3al29014pshbvzxn"))
+         "0604xgwrcvqsmk1vky8wdivsl43p6jgs5zchqssdmf22f5chxbzr"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (arguments



reply via email to

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