[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/76: gnu: go-golang-org-x-image: Update to 0.18.0.
From: |
guix-commits |
Subject: |
07/76: gnu: go-golang-org-x-image: Update to 0.18.0. |
Date: |
Mon, 15 Jul 2024 07:19:41 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 5cbbce16f2e6c0fd0befe5d5141e5d807c908ae0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Jul 3 20:21:23 2024 +0100
gnu: go-golang-org-x-image: Update to 0.18.0.
* gnu/packages/golang-build.scm (go-golang-org-x-image): Update to 0.18.0.
Change-Id: I8b128087f8cdbd181c28cc0b887bc63ef0aa1299
---
gnu/packages/golang-build.scm | 29 +++++++++++++----------------
1 file changed, 13 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index ea7d73dafa..34adcf71e7 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -195,21 +195,18 @@ compile does not support generics.")
(license license:bsd-3)))
(define-public go-golang-org-x-image
- (let ((commit "58c23975cae11f062d4b3b0c143fe248faac195d")
- (revision "1"))
- (package
- (name "go-golang-org-x-image")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://go.googlesource.com/image";)
- (commit commit)))
- (file-name (string-append "go.googlesource.com-image-"
- version "-checkout"))
- (sha256
- (base32 "0i2p2girc1sfcic6xs6vrq0fp3szfx057xppksb67kliywjjrm5x"))))
+ (package
+ (name "go-golang-org-x-image")
+ (version "0.18.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://go.googlesource.com/image";)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0d7zwdsg06km24vhx6dzk1w26wpi3yhx9jfkf9jnsp5chv5pzlw3"))))
(build-system go-build-system)
(arguments
`(#:import-path "golang.org/x/image"
@@ -222,7 +219,7 @@ compile does not support generics.")
(synopsis "Supplemental Go image libraries")
(description "This package provides supplemental Go libraries for image
processing.")
- (license license:bsd-3))))
+ (license license:bsd-3)))
(define-public go-golang-org-x-mod
(let ((commit "7c05a442b7c1d1a107879b4a090bb5a38d3774a1")
- 20/76: gnu: go-golang-org-x-crypto: Enable tests., (continued)
- 20/76: gnu: go-golang-org-x-crypto: Enable tests., guix-commits, 2024/07/15
- 21/76: gnu: go-golang-org-x-sys: Update to 0.22.0., guix-commits, 2024/07/15
- 26/76: gnu: go-golang-org-x-time: Enable tests., guix-commits, 2024/07/15
- 27/76: gnu: go-golang-org-x-tools: Update to 0.23.0., guix-commits, 2024/07/15
- 29/76: gnu: go-golang-org-x-xerrors: Update to 0.0.0-1.104605a., guix-commits, 2024/07/15
- 30/76: gnu: go-gopkg-in-square-go-jose-v2: Disable tests., guix-commits, 2024/07/15
- 04/76: gnu: go-golang-org-x-exp: Update to 0.0.0-20240613232115-7f521ea00fb8., guix-commits, 2024/07/15
- 03/76: gnu: packages/golang: Set default go version to 1.21., guix-commits, 2024/07/15
- 05/76: gnu: Remove go-golang-org-x-exp-2023., guix-commits, 2024/07/15
- 06/76: gnu: Add go-golang-org-x-exp-typeparams., guix-commits, 2024/07/15
- 07/76: gnu: go-golang-org-x-image: Update to 0.18.0.,
guix-commits <=
- 08/76: gnu: go-golang-org-x-image: Fix indentation., guix-commits, 2024/07/15
- 09/76: gnu: go-golang-org-x-image: Enable tests., guix-commits, 2024/07/15
- 14/76: gnu: go-golang-org-x-mod: Enable tests., guix-commits, 2024/07/15
- 12/76: gnu: go-golang-org-x-mod: Update to 0.19.0., guix-commits, 2024/07/15
- 16/76: gnu: go-golang-org-x-net: Update to 0.27.0., guix-commits, 2024/07/15
- 19/76: gnu: go-golang-org-x-crypto: Update to 0.25.0., guix-commits, 2024/07/15
- 22/76: gnu: go-golang-org-x-term: Update to 0.22.0., guix-commits, 2024/07/15
- 24/76: gnu: go-golang-org-x-time: Update to 0.5.0., guix-commits, 2024/07/15
- 25/76: gnu: go-golang-org-x-time: Fix indentation., guix-commits, 2024/07/15
- 28/76: gnu: go-golang-org-x-tools: Enable most of the tests., guix-commits, 2024/07/15