mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-gitlab-com-gitlab-org-api-client-go: Update to 0.130.1.
* gnu/packages/golang-web.scm (go-gitlab-com-gitlab-org-api-client-go): Update to 0.130.1. [source] <url>: Remove trailing ".git", fix indentation. [arguments] <test-flags>: Rework the list of skipped tests. [native-inputs]: Add go-go-uber-org-mock. Change-Id: I3f9e642dcc0d88eeb062f9c85845281d9c018b37
This commit is contained in:
parent
e9af0c2462
commit
11ad0901a4
1 changed files with 14 additions and 5 deletions
|
@ -11540,16 +11540,16 @@ https://openid.net/developers/how-connect-works/}.")
|
||||||
(define-public go-gitlab-com-gitlab-org-api-client-go
|
(define-public go-gitlab-com-gitlab-org-api-client-go
|
||||||
(package
|
(package
|
||||||
(name "go-gitlab-com-gitlab-org-api-client-go")
|
(name "go-gitlab-com-gitlab-org-api-client-go")
|
||||||
(version "0.123.0")
|
(version "0.130.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/gitlab-org/api/client-go.git")
|
(url "https://gitlab.com/gitlab-org/api/client-go")
|
||||||
(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 "0xrqyqvmaslfr9cj91519qi5f2sd3l2mvipxgjf13vd3v4fchacn"))))
|
(base32 "06bnaja7b0q2wgznqg9rz7kdx5wq70hmdn9ymf2546svwibmz4vk"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -11559,18 +11559,27 @@ https://openid.net/developers/how-connect-works/}.")
|
||||||
(string-join
|
(string-join
|
||||||
;; Tests requir network access.
|
;; Tests requir network access.
|
||||||
(list "TestGetMergeRequest"
|
(list "TestGetMergeRequest"
|
||||||
|
"TestPagination_Scan2"
|
||||||
|
"TestPagination_Scan2_Error"
|
||||||
|
"TestPagination_ScanAndCollect"
|
||||||
|
"TestPagination_Scan_Error"
|
||||||
|
"TestPagination_Scan_KeysetBased"
|
||||||
|
"TestPagination_Scan_OffsetBased"
|
||||||
"TestRepositoryFilesService_CreateFile"
|
"TestRepositoryFilesService_CreateFile"
|
||||||
"TestRepositoryFilesService_DeleteFile"
|
"TestRepositoryFilesService_DeleteFile"
|
||||||
"TestRepositoryFilesService_GetFile"
|
"TestRepositoryFilesService_GetFile"
|
||||||
"TestRepositoryFilesService_GetFileBlame"
|
"TestRepositoryFilesService_GetFileBlame"
|
||||||
"TestRepositoryFilesService_GetFileMetaData"
|
"TestRepositoryFilesService_GetFileMetaData"
|
||||||
"TestRepositoryFilesService_GetRawFile"
|
"TestRepositoryFilesService_GetRawFile"
|
||||||
|
"TestRepositoryFilesService_GetRawFileMetaData"
|
||||||
"TestRepositoryFilesService_UpdateFile"
|
"TestRepositoryFilesService_UpdateFile"
|
||||||
"TestRepositorySubmodulesService_UpdateSubmodule"
|
"TestRepositorySubmodulesService_UpdateSubmodule"
|
||||||
|
"TestTagsService_GetTagSignature"
|
||||||
"TestUpdateRepositoryEnvironmentsEscapesURL")
|
"TestUpdateRepositoryEnvironmentsEscapesURL")
|
||||||
"|"))))
|
"|"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-stretchr-testify))
|
(list go-github-com-stretchr-testify
|
||||||
|
go-go-uber-org-mock))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-google-go-querystring
|
(list go-github-com-google-go-querystring
|
||||||
go-github-com-hashicorp-go-cleanhttp
|
go-github-com-hashicorp-go-cleanhttp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue