guix-commits
[Top][All Lists]
Advanced

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

69/96: gnu: emacs-envrc: Update to 0.5.


From: guix-commits
Subject: 69/96: gnu: emacs-envrc: Update to 0.5.
Date: Wed, 19 Apr 2023 21:41:15 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit e870caa018524c99d4fe39f69c05ee560837c4db
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 7985f54ab9..b54cde5ba5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19450,7 +19450,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)
@@ -19460,7 +19460,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]