emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#55775: closed ([PATCH] gnu: emacs-direnv: Update to 2.31.0.)


From: GNU bug Tracking System
Subject: bug#55775: closed ([PATCH] gnu: emacs-direnv: Update to 2.31.0.)
Date: Fri, 10 Jun 2022 21:10:01 +0000

Your message dated Fri, 10 Jun 2022 23:09:34 +0200
with message-id <875yl8z0mp.fsf_-_@gnu.org>
and subject line Re: bug#55775: [PATCH] gnu: emacs-direnv: Update to 2.31.0.
has caused the debbugs.gnu.org bug report #55775,
regarding [PATCH] gnu: emacs-direnv: Update to 2.31.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55775: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55775
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-direnv: Update to 2.31.0. Date: Fri, 3 Jun 2022 00:26:35 -0500
* gnu/packages/shellutils.scm (emacs-direnv): Update to 2.31.0.
[arguments]: Remove trailing boolean in lambda block.
---
 gnu/packages/shellutils.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index d0f4068062..ad674a3989 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -368,7 +368,7 @@ (define-public trash-cli
 (define-public direnv
   (package
     (name "direnv")
-    (version "2.28.0")
+    (version "2.31.0")
     (source
      (origin (method git-fetch)
              (uri (git-reference
@@ -377,7 +377,7 @@ (define-public direnv
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0yk53jn7wafklixclka17wyjjs2g5giigjr2bd0xzy10nrzwp7c9"))))
+               "1c52izjzkdhmyrfx1gmbp34n0qpxyxw0s94f0vy3ldlg8xr36wmk"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/direnv/direnv"
@@ -405,8 +405,7 @@ (define-public direnv
                  (invoke "go" "test" "./...")
                  ;; Clean up from the tests, especially so that the extra
                  ;; direnv executable that's generated is removed.
-                 (invoke "make" "clean")))
-             #t)))))
+                 (invoke "make" "clean"))))))))
     (native-inputs
      (list go-github-com-burntsushi-toml go-github-com-direnv-go-dotenv
            go-github-com-mattn-go-isatty go-golang-org-x-mod which))
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#55775: [PATCH] gnu: emacs-direnv: Update to 2.31.0. Date: Fri, 10 Jun 2022 23:09:34 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

jgart <jgart@dismail.de> skribis:

> * gnu/packages/shellutils.scm (direnv): Update to 2.31.0.
> [arguments]: Remove trailing boolean in lambda block.

Applied, thanks!

> I forgot the page the lists the debbugs control codes in order to change
> the title of this issue.
>
> Should we document that page somewhere for other Guixers using mumi/debbugs?

Yes, it’s at <https://debbugs.gnu.org/server-control.html>.

When using Emacs debbugs.el, one doesn’t have to remember that, which
helps a bit (info "(debbugs-ug) Control Messages").

Thanks,
Ludo’.


--- End Message ---

reply via email to

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