From e3b0882de285d1374b2f4ccc4b6fb122b7027d69 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Aug 2024 20:48:37 +0200 Subject: gnu: emacs-auto-compile: Update to 2.0.3. * gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.3. Change-Id: I5f7060dcaa683442ae1dbdbb5158487c8423fb04 --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/emacs-xyz.scm') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ae73f43eb7..468f0f8fa9 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4016,7 +4016,7 @@ code completion and project management support.") (define-public emacs-auto-compile (package (name "emacs-auto-compile") - (version "2.0.2") + (version "2.0.3") (source (origin (method git-fetch) (uri (git-reference @@ -4025,7 +4025,7 @@ code completion and project management support.") (file-name (git-file-name name version)) (sha256 (base32 - "1a7b0k0znlqxc47plp7ydm0qs3ql29fk0rzg13jg23n8g1sjhsnl")))) + "1pgc4m73yxz0hivf6cclqiwmjmg9hs3ncggk7wa10p8scd39ky2p")))) (build-system emacs-build-system) (propagated-inputs (list emacs-compat emacs-packed)) (home-page "https://github.com/emacscollective/auto-compile") -- cgit v1.2.3