diff mbox series

[bug#62930] gnu: emacs-envrc: Update to 0.5.

Message ID 7a7132c823d7d67534ce8e78a6c5e0f923fe2e62.1681815911.git.me@fabionatali.com
State New
Headers show
Series [bug#62930] gnu: emacs-envrc: Update to 0.5. | expand

Commit Message

Fabio Natali April 18, 2023, 12:38 p.m. UTC
Updating emacs-envrc to 0.5.

---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Nicolas Goaziou April 18, 2023, 1:23 p.m. UTC | #1
Hello,

Fabio Natali <me@fabionatali.com> writes:

> Updating emacs-envrc to 0.5.

Thank you for the patch.

Unfortunately, I updated the package a few minutes ago without noticing
your message. Sorry for the duplicate work!

BTW, I couldn't run tests properly for this package. You may want to
look at it, if you want and have time.

Meanwhile, I'm closing this report.

Regards,
Fabio Natali April 18, 2023, 1:51 p.m. UTC | #2
On 2023-04-18, 15:23 +0200, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Unfortunately, I updated the package a few minutes ago without noticing
> your message. Sorry for the duplicate work!

Hey Nicolas, absolutely not a prob. Thank you for committing the update
to master and for closing the report. With regard to the tests, that's a
good point, I'll look into it when I have the chance. Thanks again, have
a great day, Fabio.
diff mbox series

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c1748e7f36..df5229cc2c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19442,7 +19442,7 @@  (define-public emacs-enlive
 (define-public emacs-envrc
   (package
     (name "emacs-envrc")
-    (version "0.4")
+    (version "0.5")
     (source
      (origin
        (method git-fetch)
@@ -19452,7 +19452,7 @@  (define-public emacs-envrc
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0nqqx4qlw75lmbn0v927sg3xyjkk86ihw1q3rdbbn59va41grds4"))))
+         "0vjk8k5k9xsngk50nf611c4j0bikqn9l1y3m35s8y3knwqw22ii0"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-inheritenv))