guix-commits
[Top][All Lists]
Advanced

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

09/25: gnu: emacs-envrc: Update to 0.11.


From: guix-commits
Subject: 09/25: gnu: emacs-envrc: Update to 0.11.
Date: Tue, 30 Apr 2024 13:17:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 127c3f06cc5e20f354c12804bd7fb0e11f42e25f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 30 18:49:30 2024 +0200

    gnu: emacs-envrc: Update to 0.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-envrc): Update to 0.11.
    
    Change-Id: I8ffbef202b57a11efd9fb11bc5f10ad2b575e84e
---
 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 661fc11da6..fd2b0660c9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21334,7 +21334,7 @@ from within Elisp using a DSL similar to CSS 
selectors.")
 (define-public emacs-envrc
   (package
     (name "emacs-envrc")
-    (version "0.6")
+    (version "0.11")
     (source
      (origin
        (method git-fetch)
@@ -21344,7 +21344,7 @@ from within Elisp using a DSL similar to CSS 
selectors.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1a4ixhvs53ymcm0fjlvnh47rd0sp23w4ngns4m0ydcs5vq8hwq5m"))))
+         "03mjws4fp00g5smivs1iz0r78mmd5sgj1g4xyi8aq21mpv5rd2m0"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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