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.27.0.
* gnu/packages/golang-build.scm (go-golang-org-x-image): Update to 0.27.0. Change-Id: Iaf67a65c10eb3b8aed86220b68870db6fed1b752 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f9ce3aa799
commit
40a5cda154
1 changed files with 2 additions and 2 deletions
|
@ -677,7 +677,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.23.0")
|
(version "0.27.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -686,7 +686,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 "0xm3cqzh0j6s8m8k6c3rd170qbmz2lwb628jb48cl4wr6ivq5fp9"))))
|
(base32 "0kc75lbfb0m9xp0idcqlpcis6xahblw2q7cj6vg9lmblxzqy5nvh"))))
|
||||||
(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