diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-10 22:38:40 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-15 14:17:46 +0100 |
| commit | 48dbf2dcc4bad561f9f355b31f040d33834d7fa9 (patch) | |
| tree | 4d91f87f387d2e53e0f831876c073dcec8d853ff /gnu | |
| parent | ed003fd1d922b0c54cd23f37a35478328da446a4 (diff) | |
gnu: go-filippo-io-age: Update to 1.3.1.
* gnu/packages/golang-crypto.scm (go-filippo-io-age): Update to 1.3.1.
[native-inputs]: Remove go-github-com-rogpeppe-go-internal; add
go-github-com-rogpeppe-go-internal-1.14.
[propagated-inputs]: Add go-filippo-io-hpke and go-filippo-io-nistec.
Change-Id: I255a3f5835c93681b25edfaf8bc0f2ea58905c1f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-crypto.scm | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index abdd04d9b14..9e6d4546e5d 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -135,16 +135,16 @@ can be ignored.") (define-public go-filippo-io-age (package (name "go-filippo-io-age") - (version "1.2.1") + (version "1.3.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/FiloSottile/age") - (commit (string-append "v" version)))) + (url "https://github.com/FiloSottile/age") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "183iqzmdwk4b35vxrdg2gdzd4277yr5bgbgl9brqv3w1dap5v4pm")) + (base32 "1h4k15bdbx5dx1397xvhx2h7b5akvbzksh80j3p46mqq6kgymks2")) (modules '((guix build utils))) (snippet #~(begin @@ -166,12 +166,14 @@ can be ignored.") #:import-path "filippo.io/age")) (native-inputs (list go-c2sp-org-cctv-age - go-github-com-rogpeppe-go-internal)) + go-github-com-rogpeppe-go-internal-1.14)) (propagated-inputs - (list go-golang-org-x-sys - go-golang-org-x-term + (list go-filippo-io-edwards25519 + go-filippo-io-hpke + go-filippo-io-nistec go-golang-org-x-crypto - go-filippo-io-edwards25519)) + go-golang-org-x-sys + go-golang-org-x-term)) (home-page "https://filippo.io/age") (synopsis "Secure file encryption tool, format, and Go library") (description |
