[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-a: Update to 1.0.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-a: Update to 1.0.0. |
Date: |
Fri, 01 Oct 2021 04:22:25 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a66ee01 gnu: emacs-a: Update to 1.0.0.
a66ee01 is described below
commit a66ee01fb75fbe52ed370ab10c32ee7229ca3789
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 1 10:21:51 2021 +0200
gnu: emacs-a: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-a): Update to 1.0.0.
---
gnu/packages/emacs-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f1986e..5e1fa26 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1661,7 +1661,7 @@ scripts.")
(define-public emacs-a
(package
(name "emacs-a")
- (version "0.1.1")
+ (version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1669,8 +1669,7 @@ scripts.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi"))))
+ (base32
"0zkv4xvw1jdsfxqqkxskl2l380gfs13n86hj4hhzrqf0sb6aymws"))))
(build-system emacs-build-system)
(home-page "https://github.com/plexus/a.el/")
(synopsis
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-a: Update to 1.0.0.,
guix-commits <=