mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: direnv: Update to 2.32.1.
* gnu/packages/shellutils.scm (direnv): Update to 2.32.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
25c7f57548
commit
dbebe6c0b4
1 changed files with 3 additions and 2 deletions
|
@ -14,6 +14,7 @@
|
||||||
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
||||||
;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
|
;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
|
||||||
;;; Copyright © 2021 Wiktor Żelazny <wzelazny@vurv.cz>
|
;;; Copyright © 2021 Wiktor Żelazny <wzelazny@vurv.cz>
|
||||||
|
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -368,7 +369,7 @@ (define-public trash-cli
|
||||||
(define-public direnv
|
(define-public direnv
|
||||||
(package
|
(package
|
||||||
(name "direnv")
|
(name "direnv")
|
||||||
(version "2.31.0")
|
(version "2.32.1")
|
||||||
(source
|
(source
|
||||||
(origin (method git-fetch)
|
(origin (method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -377,7 +378,7 @@ (define-public direnv
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c52izjzkdhmyrfx1gmbp34n0qpxyxw0s94f0vy3ldlg8xr36wmk"))))
|
"1i473j7j4sx8p83zqlnakskqk0jyd3byajp7jmv2gym9s4k841y7"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/direnv/direnv"
|
'(#:import-path "github.com/direnv/direnv"
|
||||||
|
|
Loading…
Reference in a new issue