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:
Sharlatan Hellseher 2024-09-15 21:20:46 +01:00
parent 8bea1e05fa
commit 19dfc8c8a2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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