~ruther/guix-local

1a84b2d460eab889c265e7780252d1006fb0fa37 — Nicolas Goaziou 1 year, 2 months ago 8306624
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 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")