[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-lin: Update to 1.0.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-lin: Update to 1.0.0. |
Date: |
Mon, 31 Oct 2022 18:50:55 -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 83f65cd1b3 gnu: emacs-lin: Update to 1.0.0.
83f65cd1b3 is described below
commit 83f65cd1b36092dcf3517ec27a0dc0f3fa1e95e7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 31 23:50:07 2022 +0100
gnu: emacs-lin: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-lin): Update to 1.0.0.
---
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 731a2235df..78a853a55f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15177,7 +15177,7 @@ number on the left margin in Emacs.")
(define-public emacs-lin
(package
(name "emacs-lin")
- (version "0.3.0")
+ (version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -15186,7 +15186,7 @@ number on the left margin in Emacs.")
(file-name (git-file-name name version))
(sha256
(base32
- "1w1mli2wrxbnwagn3rx5ygslmzlri3drm74nqgwpl4pwh66xi98a"))))
+ "0bbxm2ndp6hcpdiv34dl9smgx5l0m4pdzm7csp283f6q9kwwdf3v"))))
(native-inputs (list texinfo))
(build-system emacs-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-lin: Update to 1.0.0.,
guix-commits <=