[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/14: gnu: go-github-com-onsi-gomega: Update to 1.33.1.
From: |
guix-commits |
Subject: |
08/14: gnu: go-github-com-onsi-gomega: Update to 1.33.1. |
Date: |
Wed, 22 May 2024 19:47:35 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit fb8ddfc57fe6c095da2ed4b7c8b65f2dd3d0fca9
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed May 22 23:42:52 2024 +0100
gnu: go-github-com-onsi-gomega: Update to 1.33.1.
* gnu/packages/golang-check.scm (go-github-com-onsi-gomega): Update to
1.33.1.
[arguments] <#:go>: Swap to go-1.21.
[propagated-inputs]: Remove go-gopkg-in-yaml-v2; add go-gopkg-in-yaml-v3.
Change-Id: I910206fd44198550bdc7da1ebdaff3874d89f1ed
---
gnu/packages/golang-check.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 667ca7b217..b27e973e2e 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -638,7 +638,7 @@ Gomega matcher library.")
(define-public go-github-com-onsi-gomega
(package
(name "go-github-com-onsi-gomega")
- (version "1.19.0")
+ (version "1.33.1")
(source
(origin
(method git-fetch)
@@ -647,20 +647,22 @@ Gomega matcher library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "092phwk97sk4sv0nbx5pfhqs6x3x1lnrjwyda1m6b6zwrfmq5c6i"))))
+ (base32 "1jygwi2lz3q7ri85dxdxf187l1hm7r3i0c843l47iakivmld31x1"))))
(build-system go-build-system)
(arguments
- (list #:import-path "github.com/onsi/gomega"
- ;; Unless we disable the tests, we have a circular dependency on
- ;; ginkgo/v2.
- #:tests? #f))
+ (list
+ ;; Unless we disable the tests, we have a circular dependency on
+ ;; ginkgo/v2.
+ #:tests? #f
+ #:go go-1.21
+ #:import-path "github.com/onsi/gomega"))
(propagated-inputs
(list go-github-com-golang-protobuf-proto
go-golang-org-x-net
go-golang-org-x-sys
go-golang-org-x-text
go-google-golang-org-protobuf
- go-gopkg-in-yaml-v2))
+ go-gopkg-in-yaml-v3))
(home-page "https://github.com/onsi/gomega")
(synopsis "Matcher library for Ginkgo")
(description
- branch master updated (3597c73658 -> c3fe248e69), guix-commits, 2024/05/22
- 03/14: gnu: Add go-go-uber-org-mock., guix-commits, 2024/05/22
- 01/14: gnu: augeas: Update to 1.14.1., guix-commits, 2024/05/22
- 02/14: gnu: Add python-augeas., guix-commits, 2024/05/22
- 08/14: gnu: go-github-com-onsi-gomega: Update to 1.33.1.,
guix-commits <=
- 11/14: gnu: go-github-com-syndtr-goleveldb-leveldb: Move to golang-xyz., guix-commits, 2024/05/22
- 10/14: gnu: go-github-com-syndtr-goleveldb-leveldb: Use go-1.21., guix-commits, 2024/05/22
- 12/14: gnu: go-github-com-quic-go-quic-go: Enable tests., guix-commits, 2024/05/22
- 07/14: gnu: go-github-com-onsi-ginkgo-v2: Update to 2.18.0., guix-commits, 2024/05/22
- 04/14: gnu: go-github-com-go-task-slim-sprig: Move to golang-xyz., guix-commits, 2024/05/22
- 05/14: gnu: go-github-com-go-task-slim-sprig: Enable tests., guix-commits, 2024/05/22
- 09/14: gnu: Add go-ginkgo., guix-commits, 2024/05/22
- 13/14: gnu: Remove go-github-com-lucas-clemente-quic-go., guix-commits, 2024/05/22
- 06/14: gnu: Add go-github-com-go-task-slim-sprig-v3., guix-commits, 2024/05/22
- 14/14: gnu: kubo: Unbundle go-github-com-quic-go-quic-go., guix-commits, 2024/05/22