guix-commits
[Top][All Lists]
Advanced

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

10/53: gnu: emacs-beframe: Update to 1.0.0.


From: guix-commits
Subject: 10/53: gnu: emacs-beframe: Update to 1.0.0.
Date: Mon, 1 Jan 2024 20:26:01 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 332077506397ae63946f001a98a0cb246bb96d1a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:30:18 2024 +0100

    gnu: emacs-beframe: Update to 1.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-beframe): Update to 1.0.0.
    
    Change-Id: I1df7f004c24cc783869421f656a59610006fcf90
---
 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 18342e07b7..19dde75fa4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17263,7 +17263,7 @@ using a convenient notation.")
 (define-public emacs-beframe
   (package
     (name "emacs-beframe")
-    (version "0.3.0")
+    (version "1.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -17272,7 +17272,7 @@ using a convenient notation.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1nblpac1pkhgwpbw0k0p9xx6yc5kiai4pznw39slx703mzzqzqyj"))))
+                "08k9lwfxfvpm50n1c0gcm07sicd6yw7dbyyvhp8lai6pfxl465v9"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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