guix-commits
[Top][All Lists]
Advanced

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

03/19: gnu: emacs-auto-compile: Update to 1.8.1.


From: guix-commits
Subject: 03/19: gnu: emacs-auto-compile: Update to 1.8.1.
Date: Sat, 24 Jun 2023 11:43:44 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0007326faadc176e4903920d38a09c56f1d37d1b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 24 15:22:20 2023 +0200

    gnu: emacs-auto-compile: Update to 1.8.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 1.8.1.
---
 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 4985abe579..081126a916 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3369,7 +3369,7 @@ code completion and project management support.")
 (define-public emacs-auto-compile
   (package
     (name "emacs-auto-compile")
-    (version "1.8.0")
+    (version "1.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3377,7 +3377,7 @@ code completion and project management support.")
                     (commit version)))
               (sha256
                (base32
-                "1zkqpvnashwn721qwf9khwizfxq9g3dhhy1siyk1s2wq1a9li9wq"))))
+                "0p2znbid7a32shgh1zidrr53hv79dhw1jcjaad2aglqfqjz7a3qn"))))
     (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]