diff --git a/rekahsoft-gnu/packages/golang.scm b/rekahsoft-gnu/packages/golang.scm index 96356e9..70156fa 100644 --- a/rekahsoft-gnu/packages/golang.scm +++ b/rekahsoft-gnu/packages/golang.scm @@ -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)