mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-image: Update to 0.20.0.
* gnu/packages/golang-build.scm (go-golang-org-x-image): Update to 0.20.0. Change-Id: I3ef3746b1c7c44b7d6d6abe9caeb2bfc24d9635e
This commit is contained in:
parent
8bea1e05fa
commit
19dfc8c8a2
1 changed files with 2 additions and 2 deletions
|
@ -411,7 +411,7 @@ compile does not support generics.")
|
||||||
(define-public go-golang-org-x-image
|
(define-public go-golang-org-x-image
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-image")
|
(name "go-golang-org-x-image")
|
||||||
(version "0.19.0")
|
(version "0.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -420,7 +420,7 @@ compile does not support generics.")
|
||||||
(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 "0nb1wvy0xr0s9xylzf336vghkblkp5b9sq2hqh6wdav1awnpry90"))))
|
(base32 "0bn85bqpwkznny3lrnlfk05s2p917rbq0kplz36xyv490a74pi7l"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue