rekahsoft-gnu: Update aws-vault 6.2.0 -> 6.3.1

This commit is contained in:
Collin J. Doering 2021-12-25 23:09:22 -05:00
parent 4b94a3d115
commit f73b8d68ec
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ platforms. Gox will also build the cross-compilation toolchain for you.")
(define-public aws-vault
(package
(name "aws-vault")
(version "6.2.0")
(version "6.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -127,7 +127,7 @@ platforms. Gox will also build the cross-compilation toolchain for you.")
(file-name (git-file-name name version))
(sha256
(base32
"0892fhjmxnms09bfbjnngnnnli2d4nkwq44fw98yb3d5lbpa1j1j"))))
"02zw0kl77yr56mw1fbvr51c4mz2265c9al2nzvnqqzdx5aha7nf8"))))
(build-system go-build-system)
(native-inputs
`(("go-keyring" ,go-keyring)