[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: emacs-auto-compile: Update to 2.0.0.
From: |
guix-commits |
Subject: |
04/13: gnu: emacs-auto-compile: Update to 2.0.0. |
Date: |
Mon, 25 Mar 2024 09:47:34 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 97396db10e6350a4edb3a9e114af695a72ec581e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Mar 25 14:31:24 2024 +0100
gnu: emacs-auto-compile: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.0.
Change-Id: Iaf423ebe77536c649b128b4c711fb6b7c6e4544d
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b1bd96940c..e3a28fca5d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3747,16 +3747,16 @@ code completion and project management support.")
(define-public emacs-auto-compile
(package
(name "emacs-auto-compile")
- (version "1.8.2")
+ (version "2.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacscollective/auto-compile")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "1wq8kl6659yyx8gb6m95mrrqh9bjpx4y7c6injvsqil3jkaff9xv"))))
+ "1h0rq69flrjj65wa1x7x0ispm041qr2xrzs5qxciabhav2hs3hqh"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-packed))
(home-page "https://github.com/emacscollective/auto-compile")
- branch master updated (1415ea78c1 -> e2f408030d), guix-commits, 2024/03/25
- 10/13: gnu: emacs-org-re-reveal: Update to 3.26.0., guix-commits, 2024/03/25
- 02/13: gnu: emacs-devdocs: Update to 0.6., guix-commits, 2024/03/25
- 03/13: gnu: emacs-buffer-env: Update to 0.6., guix-commits, 2024/03/25
- 07/13: gnu: emacs-eshell-syntax-highlighting: Update to 0.6., guix-commits, 2024/03/25
- 06/13: gnu: emacs-elpher: Update to 3.6.0., guix-commits, 2024/03/25
- 08/13: gnu: emacs-magit-todos: Update to 1.7.2., guix-commits, 2024/03/25
- 12/13: gnu: emacs-transient: Update to 0.6.0., guix-commits, 2024/03/25
- 04/13: gnu: emacs-auto-compile: Update to 2.0.0.,
guix-commits <=
- 01/13: gnu: emacs-jit-spell: Update to 0.4., guix-commits, 2024/03/25
- 11/13: gnu: emacs-package-lint: Update to 0.22., guix-commits, 2024/03/25
- 05/13: gnu: emacs-benchmark-init: Update to 1.2., guix-commits, 2024/03/25
- 09/13: gnu: emacs-orderless: Update to 1.1., guix-commits, 2024/03/25
- 13/13: gnu: emacs-wisp-mode: Update to 1.0.12., guix-commits, 2024/03/25