mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-08 02:18:53 +02:00
gnu: direnv: Update to 2.34.0.
* gnu/packages/shellutils.scm (direnv): Update to 2.34.0. Change-Id: I725b63e5fa0a37497900ace28dc4d1bd85e45057
This commit is contained in:
@@ -538,7 +538,7 @@ Latin script and other languages.")
|
||||
(define-public direnv
|
||||
(package
|
||||
(name "direnv")
|
||||
(version "2.32.3")
|
||||
(version "2.34.0")
|
||||
(source
|
||||
(origin (method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -547,7 +547,7 @@ Latin script and other languages.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hyl67n7na19zm3ksiiyva4228alx0jfh9l3v1mxszn9prwgcfjc"))))
|
||||
"0g04yxsj78v664dhkfa6fhm0vi2gzx1agr3h47dnm2f55wnymz0j"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/direnv/direnv"
|
||||
|
||||
Reference in New Issue
Block a user