GNU bug report logs -
#64721
[PATCH] gnu: direnv: Update to 2.32.3.
Previous Next
Reported by: Distopico <distopico <at> riseup.net>
Date: Wed, 19 Jul 2023 03:03:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64721 in the body.
You can then email your comments to 64721 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
paren <at> disroot.org, mail <at> cbaines.net, ludo <at> gnu.org, othacehe <at> gnu.org, rg <at> raghavgururajan.name, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, me <at> tobias.gr, jgart <at> dismail.de, guix-patches <at> gnu.org
:
bug#64721
; Package
guix-patches
.
(Wed, 19 Jul 2023 03:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Distopico <distopico <at> riseup.net>
:
New bug report received and forwarded. Copy sent to
paren <at> disroot.org, mail <at> cbaines.net, ludo <at> gnu.org, othacehe <at> gnu.org, rg <at> raghavgururajan.name, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, me <at> tobias.gr, jgart <at> dismail.de, guix-patches <at> gnu.org
.
(Wed, 19 Jul 2023 03:03:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 <at> vurv.cz>
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27 <at> gmail.com>
;;; Copyright © 2023 Timo Wilken <guix <at> twilken.net>
+;;; Copyright © 2023 Camilo Q.S. (Distopico) <distopico <at> 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
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Fri, 28 Jul 2023 14:16:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Distopico <distopico <at> riseup.net>
:
bug acknowledged by developer.
(Fri, 28 Jul 2023 14:16:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 64721-done <at> debbugs.gnu.org (full text, mbox):
Distopico <distopico <at> 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!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 26 Aug 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 299 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.