diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-05 23:41:09 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-05 23:53:41 +0000 |
| commit | af566bc06c233d597a058f31515606826ecb2e42 (patch) | |
| tree | 0c4e5f9bcddd30432b3448076818078d15aa0902 /gnu/packages/version-control.scm | |
| parent | 5cdd7a69c6cedafe98089bd86a2cd86938ec8e03 (diff) | |
gnu: git-spice: Update to 0.23.0.
* gnu/packages/version-control.scm (git-spice): Update to 0.23.0.
[arguments] <go>: Use go-1.25.
<test-flags>: Rework skipped tests.
[native-inputs]: Add go-github-com-hexops-autogold-v2 and
go-go-abhg-dev-container-ring.
Change-Id: I5cbfbae949d99e2e736f5f6df1f5266f0e8dfbc2
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index c4cf0cb01a8..dac026fe6ec 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -1033,7 +1033,7 @@ the date of the most recent commit that modified them | |||
| 1033 | (define-public git-spice | 1033 | (define-public git-spice |
| 1034 | (package | 1034 | (package |
| 1035 | (name "git-spice") | 1035 | (name "git-spice") |
| 1036 | (version "0.15.2") | 1036 | (version "0.23.0") |
| 1037 | (source | 1037 | (source |
| 1038 | (origin | 1038 | (origin |
| 1039 | (method git-fetch) | 1039 | (method git-fetch) |
| @@ -1042,11 +1042,12 @@ the date of the most recent commit that modified them | |||
| 1042 | (commit (string-append "v" version)))) | 1042 | (commit (string-append "v" version)))) |
| 1043 | (file-name (git-file-name name version)) | 1043 | (file-name (git-file-name name version)) |
| 1044 | (sha256 | 1044 | (sha256 |
| 1045 | (base32 "1cymx784rrdrbhsfacdl30pgimzxfwkjr93cjkh2v37r8dv5145y")))) | 1045 | (base32 "1za4rr1jxjhlbbx0gw8wlsfa9dhw4zrpm43fz8scxlbh126wlid7")))) |
| 1046 | (build-system go-build-system) | 1046 | (build-system go-build-system) |
| 1047 | (arguments | 1047 | (arguments |
| 1048 | (list | 1048 | (list |
| 1049 | #:import-path "go.abhg.dev/gs" | 1049 | #:import-path "go.abhg.dev/gs" |
| 1050 | #:go go-1.25 | ||
| 1050 | #:install-source? #f | 1051 | #:install-source? #f |
| 1051 | #:build-flags | 1052 | #:build-flags |
| 1052 | #~(list (string-append "-ldflags=-X main._version=" #$version)) | 1053 | #~(list (string-append "-ldflags=-X main._version=" #$version)) |
| @@ -1056,11 +1057,17 @@ the date of the most recent commit that modified them | |||
| 1056 | ;; XXX: Tests failing with various reasons: requiring | 1057 | ;; XXX: Tests failing with various reasons: requiring |
| 1057 | ;; networking config or write access, or outbound access, check | 1058 | ;; networking config or write access, or outbound access, check |
| 1058 | ;; if some of them may be fixed. | 1059 | ;; if some of them may be fixed. |
| 1059 | (list "TestScript" | 1060 | (list "TestAuthenticationFlow_PAT" |
| 1060 | "TestSelectAuthenticator/oauth_public" | 1061 | "TestBuildRESTHandler_GETRequest" |
| 1061 | "TestSelectAuthenticator/oauth" | 1062 | "TestBuildRESTHandler_GenericError" |
| 1062 | "TestAuthenticationFlow_PAT/pat" | 1063 | "TestBuildRESTHandler_HTTPError" |
| 1063 | "TestDeviceFlowAuthenticator") | 1064 | "TestBuildRESTHandler_IntegerPath" |
| 1065 | "TestBuildRESTHandler_InvalidIntegerPath" | ||
| 1066 | "TestBuildRESTHandler_PathParameters" | ||
| 1067 | "TestDeviceFlowAuthenticator" | ||
| 1068 | "TestDeviceFlowAuthenticator" | ||
| 1069 | "TestForkWorkflow" | ||
| 1070 | "TestSelectAuthenticator") | ||
| 1064 | "|")) | 1071 | "|")) |
| 1065 | #:phases | 1072 | #:phases |
| 1066 | #~(modify-phases %standard-phases | 1073 | #~(modify-phases %standard-phases |
| @@ -1098,6 +1105,7 @@ the date of the most recent commit that modified them | |||
| 1098 | go-github-com-cli-browser | 1105 | go-github-com-cli-browser |
| 1099 | go-github-com-creack-pty | 1106 | go-github-com-creack-pty |
| 1100 | go-github-com-dustin-go-humanize | 1107 | go-github-com-dustin-go-humanize |
| 1108 | go-github-com-hexops-autogold-v2 | ||
| 1101 | go-github-com-mattn-go-isatty | 1109 | go-github-com-mattn-go-isatty |
| 1102 | go-github-com-rogpeppe-go-internal-1.14 | 1110 | go-github-com-rogpeppe-go-internal-1.14 |
| 1103 | go-github-com-sahilm-fuzzy | 1111 | go-github-com-sahilm-fuzzy |
| @@ -1107,6 +1115,7 @@ the date of the most recent commit that modified them | |||
| 1107 | go-github-com-vito-midterm | 1115 | go-github-com-vito-midterm |
| 1108 | go-github-com-zalando-go-keyring | 1116 | go-github-com-zalando-go-keyring |
| 1109 | go-gitlab-com-gitlab-org-api-client-go | 1117 | go-gitlab-com-gitlab-org-api-client-go |
| 1118 | go-go-abhg-dev-container-ring | ||
| 1110 | go-go-abhg-dev-io-ioutil | 1119 | go-go-abhg-dev-io-ioutil |
| 1111 | go-go-abhg-dev-komplete | 1120 | go-go-abhg-dev-komplete |
| 1112 | go-go-abhg-dev-log-silog | 1121 | go-go-abhg-dev-log-silog |
