diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-01-26 19:31:49 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-01-26 20:58:35 +0100 |
| commit | 1a84b2d460eab889c265e7780252d1006fb0fa37 (patch) | |
| tree | fbeedcdf68617e369cb7558e3b2c388986b840b1 /gnu | |
| parent | 830662447308ccb4038f9cd79634a89973a35fde (diff) | |
gnu: emacs-auto-compile: Update to 2.0.4.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 2.0.4.
Change-Id: I4a19fc78b4c91ad8713d8833e2657b7e20dfb1e8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 29ead2f96a..8683a509ca 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4224,7 +4224,7 @@ code completion and project management support.") (define-public emacs-auto-compile (package (name "emacs-auto-compile") - (version "2.0.3") + (version "2.0.4") (source (origin (method git-fetch) (uri (git-reference @@ -4233,7 +4233,7 @@ code completion and project management support.") (file-name (git-file-name name version)) (sha256 (base32 - "1pgc4m73yxz0hivf6cclqiwmjmg9hs3ncggk7wa10p8scd39ky2p")))) + "0cd42xigvw7fy2qy5kn0xlc97sp03w8ja6qjs2y22h29xva6fwsl")))) (build-system emacs-build-system) (propagated-inputs (list emacs-compat emacs-packed)) (home-page "https://github.com/emacscollective/auto-compile") |
