mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (define-public go-golang-org-x-exp-typeparams
|
|||
(define-public go-golang-org-x-image
|
||||
(package
|
||||
(name "go-golang-org-x-image")
|
||||
(version "0.18.0")
|
||||
(version "0.19.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -394,7 +394,7 @@ (define-public go-golang-org-x-image
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0d7zwdsg06km24vhx6dzk1w26wpi3yhx9jfkf9jnsp5chv5pzlw3"))))
|
||||
(base32 "0nb1wvy0xr0s9xylzf336vghkblkp5b9sq2hqh6wdav1awnpry90"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue