GNU bug report logs - #56146
[PATCH] gnu: direnv: Update to 2.32.1.

Previous Next

Package: guix-patches;

Reported by: Jose G Perez Taveras <josegpt27 <at> gmail.com>

Date: Wed, 22 Jun 2022 14:47:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jose G Perez Taveras <josegpt27 <at> gmail.com>
Subject: bug#56146: closed (Re: bug#56146: [PATCH] gnu: direnv: Update to
 2.32.1.)
Date: Thu, 23 Jun 2022 20:24:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#56146: [PATCH] gnu: direnv: Update to 2.32.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 56146 <at> debbugs.gnu.org.

-- 
56146: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56146
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Jose G Perez Taveras <josegpt27 <at> gmail.com>
Cc: 56146-done <at> debbugs.gnu.org
Subject: Re: bug#56146: [PATCH] gnu: direnv: Update to 2.32.1.
Date: Thu, 23 Jun 2022 22:23:43 +0200
Hi,

Jose G Perez Taveras <josegpt27 <at> gmail.com> skribis:

>>From a675343bd5d3aa2c5b12cf5e0a27159b8ef984a6 Mon Sep 17 00:00:00 2001
> From: Jose G Perez Taveras <josegpt27 <at> 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(-)

I added a ChangeLog-style commit log and committed, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Jose G Perez Taveras <josegpt27 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: direnv: Update to 2.32.1.
Date: Wed, 22 Jun 2022 10:46:07 -0400
[Message part 4 (text/plain, inline)]
Hello,

This patch updates direnv to the latest release 2.32.1.

Thanks,
josegpt

[0001-gnu-direnv-Update-to-2.32.1.patch (text/plain, inline)]
From a675343bd5d3aa2c5b12cf5e0a27159b8ef984a6 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27 <at> 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 <at> yoctocell.xyz>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
 ;;; Copyright © 2021 Wiktor Żelazny <wzelazny <at> vurv.cz>
+;;; Copyright © 2022 Jose G Perez Taveras <josegpt27 <at> 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


This bug report was last modified 2 years and 329 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.