diff options
| author | luca <luca.kredel@web.de> | 2026-08-31 15:24:19 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 22:04:10 +0100 |
| commit | a301602834a33282e9dd6b096c5ca9b45a0abf17 (patch) | |
| tree | 6665c8926e2acd5aeaeee067bf41f77537263d6b | |
| parent | 4d8e5798753e3380b82f9ba7f8ad31645ed932b9 (diff) | |
gnu: age: Update to 1.3.2.
* gnu/packages/golang-crypto.scm (go-filippo-io-age): Update to 1.3.2.
Merges: guix/guix!10937
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/golang-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 7e54b4d9818..46707eeb8b4 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm | |||
| @@ -136,7 +136,7 @@ can be ignored.") | |||
| 136 | (define-public go-filippo-io-age | 136 | (define-public go-filippo-io-age |
| 137 | (package | 137 | (package |
| 138 | (name "go-filippo-io-age") | 138 | (name "go-filippo-io-age") |
| 139 | (version "1.3.1") | 139 | (version "1.3.2") |
| 140 | (source | 140 | (source |
| 141 | (origin | 141 | (origin |
| 142 | (method git-fetch) | 142 | (method git-fetch) |
| @@ -145,7 +145,7 @@ can be ignored.") | |||
| 145 | (commit (string-append "v" version)))) | 145 | (commit (string-append "v" version)))) |
| 146 | (file-name (git-file-name name version)) | 146 | (file-name (git-file-name name version)) |
| 147 | (sha256 | 147 | (sha256 |
| 148 | (base32 "1h4k15bdbx5dx1397xvhx2h7b5akvbzksh80j3p46mqq6kgymks2")) | 148 | (base32 "0l16fsd6zbqngpwxxxm531nxy1073wdgyg97jlg1qnyaig758m83")) |
| 149 | (modules '((guix build utils))) | 149 | (modules '((guix build utils))) |
| 150 | (snippet | 150 | (snippet |
| 151 | #~(begin | 151 | #~(begin |
