[PATCH] gnu: emacs-envrc: Update to 0.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Fabio Natali
Owner
unassigned
Submitted by
Fabio Natali
Severity
normal

Debbugs page

Fabio Natali wrote 2 years ago
(address . guix-patches@gnu.org)(name . Fabio Natali)(address . me@fabionatali.com)
7a7132c823d7d67534ce8e78a6c5e0f923fe2e62.1681815911.git.me@fabionatali.com
Updating emacs-envrc to 0.5.

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

Toggle diff (24 lines)
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))
--
2.39.2
Nicolas Goaziou wrote 2 years ago
(name . Fabio Natali)(address . me@fabionatali.com)(address . 62930-done@debbugs.gnu.org)
87a5z5l3xh.fsf@nicolasgoaziou.fr
Hello,

Fabio Natali <me@fabionatali.com> writes:

Toggle quote (2 lines)
> 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,
--
Nicolas Goaziou
Closed
Fabio Natali wrote 2 years ago
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)(address . 62930-done@debbugs.gnu.org)
87sfcxpabw.fsf@reckondigital.com
On 2023-04-18, 15:23 +0200, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
Toggle quote (3 lines)
> 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.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62930@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62930
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help