unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64721] [PATCH] gnu: direnv: Update to 2.32.3.
@ 2023-07-19  3:00 Distopico
  2023-07-28 14:15 ` bug#64721: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Distopico @ 2023-07-19  3:00 UTC (permalink / raw)
  To: 64721; +Cc: paren, mail, ludo, othacehe, rg, rekado, zimon.toutoune, me,
	jgart

This version adds support to `guix shell`
instead of `guix environment` by default.

* gnu/packages/shellutils.scm (direnv): Update to 2.32.3.
---
 gnu/packages/shellutils.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index cbeaa05b3d..abcb7c2f2a 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -16,6 +16,7 @@
 ;;; Copyright © 2021 Wiktor Żelazny <wzelazny@vurv.cz>
 ;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
 ;;; Copyright © 2023 Timo Wilken <guix@twilken.net>
+;;; Copyright © 2023 Camilo Q.S. (Distopico) <distopico@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -482,7 +483,7 @@ (define-public trash-cli
 (define-public direnv
   (package
     (name "direnv")
-    (version "2.32.2")
+    (version "2.32.3")
     (source
      (origin (method git-fetch)
              (uri (git-reference
@@ -491,7 +492,7 @@ (define-public direnv
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "17nn4qg1fj4i9rh1gdpbddn2nky71h9dkxyz5a4jsdq25bsx0ps2"))))
+               "1hyl67n7na19zm3ksiiyva4228alx0jfh9l3v1mxszn9prwgcfjc"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/direnv/direnv"

base-commit: 917a299831361f253ea664f009176b4bbe06900a
-- 
2.41.0




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

* bug#64721: [PATCH] gnu: direnv: Update to 2.32.3.
  2023-07-19  3:00 [bug#64721] [PATCH] gnu: direnv: Update to 2.32.3 Distopico
@ 2023-07-28 14:15 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-28 14:15 UTC (permalink / raw)
  To: Distopico; +Cc: 64721-done

Distopico <distopico@riseup.net> writes:

> This version adds support to `guix shell`
> instead of `guix environment` by default.
>
> * gnu/packages/shellutils.scm (direnv): Update to 2.32.3.

Pushed to master, thank you!




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

end of thread, other threads:[~2023-07-28 15:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-19  3:00 [bug#64721] [PATCH] gnu: direnv: Update to 2.32.3 Distopico
2023-07-28 14:15 ` bug#64721: " 宋文武 via Guix-patches via

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