mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: go-golang-org-x-image: Update to 0.19.0.
* gnu/packages/golang-build.scm (go-golang-org-x-image): Update to 0.19.0. Change-Id: Id12ab9656dc48af2b36dbd1ea9504aec0a0fcdc4
This commit is contained in:
parent
9ae567c2b5
commit
9c50cfdaaf
1 changed files with 2 additions and 2 deletions
|
@ -385,7 +385,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.18.0")
|
(version "0.19.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -394,7 +394,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 "0d7zwdsg06km24vhx6dzk1w26wpi3yhx9jfkf9jnsp5chv5pzlw3"))))
|
(base32 "0nb1wvy0xr0s9xylzf336vghkblkp5b9sq2hqh6wdav1awnpry90"))))
|
||||||
(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