all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75029] [PATCH] gnu: direnv: Update to 2.35.0.
@ 2024-12-22 16:14 Jordan Moore
  2024-12-24  5:06 ` bug#75029: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Jordan Moore @ 2024-12-22 16:14 UTC (permalink / raw)
  To: 75029; +Cc: Jordan Moore

* gnu/packages/shellutils.scm (direnv): Update to 2.35.0.

Change-Id: I22b1769bb2c848b9f59f265d2cfc6f99224f158b
---
 gnu/packages/shellutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 74e9429de0..dc6749af5c 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -600,7 +600,7 @@ (define-public tran
 (define-public direnv
   (package
     (name "direnv")
-    (version "2.34.0")
+    (version "2.35.0")
     (source
      (origin (method git-fetch)
              (uri (git-reference
@@ -609,7 +609,7 @@ (define-public direnv
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0g04yxsj78v664dhkfa6fhm0vi2gzx1agr3h47dnm2f55wnymz0j"))))
+               "0l9pziv5nxlq6dxbsqrfl6z4ibq171wfx6wmjs392cdn5w2n908b"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/direnv/direnv"

base-commit: 1ca065fe68d68a2fa9c3d747f23fd11c8ecfd85b
-- 
2.46.0





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

* bug#75029: [PATCH] gnu: direnv: Update to 2.35.0.
  2024-12-22 16:14 [bug#75029] [PATCH] gnu: direnv: Update to 2.35.0 Jordan Moore
@ 2024-12-24  5:06 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-12-24  5:06 UTC (permalink / raw)
  To: Jordan Moore; +Cc: 75029-done

Jordan Moore <lockbox@struct.foo> writes:

> * gnu/packages/shellutils.scm (direnv): Update to 2.35.0.

Pushed to master, thank you!




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

end of thread, other threads:[~2024-12-24  5:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-22 16:14 [bug#75029] [PATCH] gnu: direnv: Update to 2.35.0 Jordan Moore
2024-12-24  5:06 ` bug#75029: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.