guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: direnv: Update to 2.35.0.


From: guix-commits
Subject: 05/05: gnu: direnv: Update to 2.35.0.
Date: Tue, 24 Dec 2024 00:03:17 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 0d4af3c55c7fd75f03a0b6ecc059720657268ff3
Author: Jordan Moore <lockbox@struct.foo>
AuthorDate: Sun Dec 22 11:14:48 2024 -0500

    gnu: direnv: Update to 2.35.0.
    
    * gnu/packages/shellutils.scm (direnv): Update to 2.35.0.
    
    Change-Id: I22b1769bb2c848b9f59f265d2cfc6f99224f158b
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 @@ Latin script and other languages.")
 (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 @@ Latin script and other languages.")
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0g04yxsj78v664dhkfa6fhm0vi2gzx1agr3h47dnm2f55wnymz0j"))))
+               "0l9pziv5nxlq6dxbsqrfl6z4ibq171wfx6wmjs392cdn5w2n908b"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/direnv/direnv"



reply via email to

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