mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-filippo-io-age: Update to 1.1.1.
* gnu/packages/golang.scm (go-filippo-io-age): Update to 1.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e4319d4ca6
commit
82690c9b36
1 changed files with 2 additions and 2 deletions
|
@ -9300,7 +9300,7 @@ configuration languages, but other uses may be possible too.")
|
||||||
(define-public go-filippo-io-age
|
(define-public go-filippo-io-age
|
||||||
(package
|
(package
|
||||||
(name "go-filippo-io-age")
|
(name "go-filippo-io-age")
|
||||||
(version "1.0.0")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9309,7 +9309,7 @@ configuration languages, but other uses may be possible too.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19fz68n262kvg2ssw4r6nik30zk6g6cy7rdi0fm05czwigqrdz1i"))))
|
(base32 "1k1dv1jkr72qpk5g363mhrg9hnf5c9qgv4l16l13m4yh08jp271d"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments `(#:import-path "filippo.io/age"))
|
(arguments `(#:import-path "filippo.io/age"))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue