unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Jose G Perez Taveras <josegpt27@gmail.com>
To: 56146@debbugs.gnu.org
Subject: [bug#56146] [PATCH] gnu: direnv: Update to 2.32.1.
Date: Wed, 22 Jun 2022 10:46:07 -0400	[thread overview]
Message-ID: <874k0cbvtc.fsf@gmail.com> (raw)

[-- 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


             reply	other threads:[~2022-06-22 14:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22 14:46 Jose G Perez Taveras [this message]
2022-06-23 20:23 ` bug#56146: [PATCH] gnu: direnv: Update to 2.32.1 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874k0cbvtc.fsf@gmail.com \
    --to=josegpt27@gmail.com \
    --cc=56146@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).