guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: emacs-envrc: Update to 0.5.


From: guix-commits
Subject: 11/15: gnu: emacs-envrc: Update to 0.5.
Date: Tue, 18 Apr 2023 09:21:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8796e6b2e39c03cab31c744a4816604be9bde1eb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 18 14:58:30 2023 +0200

    gnu: emacs-envrc: Update to 0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-envrc): Update to 0.5.
---
 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 350232191f..8f55356777 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19448,7 +19448,7 @@ from within Elisp using a DSL similar to CSS 
selectors.")
 (define-public emacs-envrc
   (package
     (name "emacs-envrc")
-    (version "0.4")
+    (version "0.5")
     (source
      (origin
        (method git-fetch)
@@ -19458,7 +19458,7 @@ from within Elisp using a DSL similar to CSS 
selectors.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0nqqx4qlw75lmbn0v927sg3xyjkk86ihw1q3rdbbn59va41grds4"))))
+         "0vjk8k5k9xsngk50nf611c4j0bikqn9l1y3m35s8y3knwqw22ii0"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-inheritenv))



reply via email to

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