guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/44: gnu: emacs-auto-compile: Update to 1.8.2.


From: guix-commits
Subject: 09/44: gnu: emacs-auto-compile: Update to 1.8.2.
Date: Fri, 1 Sep 2023 16:23:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 91f19d53834f1f27b3bf763d397c97f0802d5583
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:26:11 2023 +0200

    gnu: emacs-auto-compile: Update to 1.8.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 1.8.2.
---
 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 f090eecf43..c56a886782 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3425,7 +3425,7 @@ code completion and project management support.")
 (define-public emacs-auto-compile
   (package
     (name "emacs-auto-compile")
-    (version "1.8.1")
+    (version "1.8.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3434,7 +3434,7 @@ code completion and project management support.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0p2znbid7a32shgh1zidrr53hv79dhw1jcjaad2aglqfqjz7a3qn"))))
+                "1wq8kl6659yyx8gb6m95mrrqh9bjpx4y7c6injvsqil3jkaff9xv"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-compat emacs-packed))
     (home-page "https://github.com/emacscollective/auto-compile";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]