unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55775] [PATCH] gnu: emacs-direnv: Update to 2.31.0.
@ 2022-06-03  5:26 jgart via Guix-patches via
  2022-06-06  3:14 ` [bug#55775] [PATCH v2] gnu: direnv: " jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-06-03  5:26 UTC (permalink / raw)
  To: 55775; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#55775] [PATCH v2] gnu: direnv: Update to 2.31.0.
  2022-06-03  5:26 [bug#55775] [PATCH] gnu: emacs-direnv: Update to 2.31.0 jgart via Guix-patches via
@ 2022-06-06  3:14 ` jgart via Guix-patches via
  2022-06-10 21:09   ` bug#55775: [PATCH] gnu: emacs-direnv: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-06-06  3:14 UTC (permalink / raw)
  To: 55775; +Cc: jgart

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1821 bytes --]

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

Hi Guixers,

This is direnv not emacs-direnv. Here is version 2 ;()

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?

all best,

jgart

https://whereis.みんな/
---
 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#55775: [PATCH] gnu: emacs-direnv: Update to 2.31.0.
  2022-06-06  3:14 ` [bug#55775] [PATCH v2] gnu: direnv: " jgart via Guix-patches via
@ 2022-06-10 21:09   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2022-06-10 21:09 UTC (permalink / raw)
  To: jgart; +Cc: 55775-done

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’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-10 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03  5:26 [bug#55775] [PATCH] gnu: emacs-direnv: Update to 2.31.0 jgart via Guix-patches via
2022-06-06  3:14 ` [bug#55775] [PATCH v2] gnu: direnv: " jgart via Guix-patches via
2022-06-10 21:09   ` bug#55775: [PATCH] gnu: emacs-direnv: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).