guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-arei: Update to 0.9.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-arei: Update to 0.9.2.
Date: Thu, 01 Feb 2024 05:52:27 -0500

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7bf8b7c333 gnu: emacs-arei: Update to 0.9.2.
7bf8b7c333 is described below

commit 7bf8b7c33304d6e69f36190f0444576da1863efc
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Thu Feb 1 13:51:09 2024 +0300

    gnu: emacs-arei: Update to 0.9.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-arei): Update to 0.9.2.
    
    Change-Id: I88c376a548fc9821e56c96b9ee38d1c98d6d416b
---
 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 4514bd1b25..c7e6852194 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -417,7 +417,7 @@ input via a small child-frame spawned at the position of 
the cursor.")
 (define-public emacs-arei
   (package
     (name "emacs-arei")
-    (version "0.9.1")
+    (version "0.9.2")
     (source
      (origin
        (method git-fetch)
@@ -427,7 +427,7 @@ input via a small child-frame spawned at the position of 
the cursor.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "12vfv7l8krsfv7m03p41jakh4xrfm21w85kvghz0q5hq63w9l3f7"))))
+         "0qpri3ygb1fffi9mlipa7qmb6434aispbz1z3j14i7zrqassigm4"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-eros emacs-sesman emacs-queue))
     (home-page "https://git.sr.ht/~abcdw/emacs-arei";)



reply via email to

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