guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 11ad0901a403523b72ca838d5f7b516dd6b58e34
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 11 12:13:02 2025 +0100

    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
---
 gnu/packages/golang-web.scm | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 15a8b65204..add3481d63 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11540,16 +11540,16 @@ https://openid.net/developers/how-connect-works/}.";)
 (define-public go-gitlab-com-gitlab-org-api-client-go
   (package
     (name "go-gitlab-com-gitlab-org-api-client-go")
-    (version "0.123.0")
+    (version "0.130.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/gitlab-org/api/client-go.git";)
-             (commit (string-append "v" version))))
+              (url "https://gitlab.com/gitlab-org/api/client-go";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xrqyqvmaslfr9cj91519qi5f2sd3l2mvipxgjf13vd3v4fchacn"))))
+        (base32 "06bnaja7b0q2wgznqg9rz7kdx5wq70hmdn9ymf2546svwibmz4vk"))))
     (build-system go-build-system)
     (arguments
      (list
@@ -11559,18 +11559,27 @@ https://openid.net/developers/how-connect-works/}.";)
               (string-join
                ;; Tests requir network access.
                (list "TestGetMergeRequest"
+                     "TestPagination_Scan2"
+                     "TestPagination_Scan2_Error"
+                     "TestPagination_ScanAndCollect"
+                     "TestPagination_Scan_Error"
+                     "TestPagination_Scan_KeysetBased"
+                     "TestPagination_Scan_OffsetBased"
                      "TestRepositoryFilesService_CreateFile"
                      "TestRepositoryFilesService_DeleteFile"
                      "TestRepositoryFilesService_GetFile"
                      "TestRepositoryFilesService_GetFileBlame"
                      "TestRepositoryFilesService_GetFileMetaData"
                      "TestRepositoryFilesService_GetRawFile"
+                     "TestRepositoryFilesService_GetRawFileMetaData"
                      "TestRepositoryFilesService_UpdateFile"
                      "TestRepositorySubmodulesService_UpdateSubmodule"
+                     "TestTagsService_GetTagSignature"
                      "TestUpdateRepositoryEnvironmentsEscapesURL")
                "|"))))
     (native-inputs
-     (list go-github-com-stretchr-testify))
+     (list go-github-com-stretchr-testify
+           go-go-uber-org-mock))
     (propagated-inputs
      (list go-github-com-google-go-querystring
            go-github-com-hashicorp-go-cleanhttp

Reply via email to