guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: emacs-amx: Update to 3.4.


From: guix-commits
Subject: 01/07: gnu: emacs-amx: Update to 3.4.
Date: Fri, 28 May 2021 18:07:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 63ee9215273ca1a5bf5f526d6dbb0dcce3a21c5f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 28 23:35:41 2021 +0200

    gnu: emacs-amx: Update to 3.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-amx): Update to 3.4.
---
 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 5ddeb09..87184b2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22341,7 +22341,7 @@ Later you can insert it into an Org buffer using the 
command
 (define-public emacs-amx
   (package
     (name "emacs-amx")
-    (version "3.3")
+    (version "3.4")
     (source
      (origin
        (method git-fetch)
@@ -22350,7 +22350,7 @@ Later you can insert it into an Org buffer using the 
command
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ikjzs119g57cwh2v3jmy63lggqc0ib99q5gsl93slkk4y2ihavw"))))
+        (base32 "0h1cxqqf0hixh25j679r57bq9dv0b20icf268wbnsim5xp88ngf8"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-s" ,emacs-s)))



reply via email to

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