unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56146] [PATCH] gnu: direnv: Update to 2.32.1.
@ 2022-06-22 14:46 Jose G Perez Taveras
  2022-06-23 20:23 ` bug#56146: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jose G Perez Taveras @ 2022-06-22 14:46 UTC (permalink / raw)
  To: 56146

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Hello,

This patch updates direnv to the latest release 2.32.1.

Thanks,
josegpt


[-- Attachment #2: direnv-2.32.1 --]
[-- Type: text/plain, Size: 1518 bytes --]

From a675343bd5d3aa2c5b12cf5e0a27159b8ef984a6 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Wed, 22 Jun 2022 10:40:48 -0400
Subject: [PATCH] gnu: direnv: Update to 2.32.1.

---
 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 ad674a3989..110cbe9fda 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
 ;;; Copyright © 2021 Wiktor Żelazny <wzelazny@vurv.cz>
+;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -368,7 +369,7 @@ (define-public trash-cli
 (define-public direnv
   (package
     (name "direnv")
-    (version "2.31.0")
+    (version "2.32.1")
     (source
      (origin (method git-fetch)
              (uri (git-reference
@@ -377,7 +378,7 @@ (define-public direnv
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "1c52izjzkdhmyrfx1gmbp34n0qpxyxw0s94f0vy3ldlg8xr36wmk"))))
+               "1i473j7j4sx8p83zqlnakskqk0jyd3byajp7jmv2gym9s4k841y7"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/direnv/direnv"

base-commit: e74fa406e1043547242a8b67ab9907fea7aae6b9
-- 
2.36.1


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

end of thread, other threads:[~2022-06-23 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 14:46 [bug#56146] [PATCH] gnu: direnv: Update to 2.32.1 Jose G Perez Taveras
2022-06-23 20:23 ` bug#56146: " 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).