diff options
| author | Carlos Durán Domínguez <wurt@wurt.eu> | 2026-02-16 05:13:08 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 14:29:59 +0000 |
| commit | f27cd992f381b01de0ca1b9b8b3be692f03c7669 (patch) | |
| tree | 77b611f8e0bb33cde08ce493f0f854c7ec172111 /gnu | |
| parent | 3546df0c32ccfb57d9ab03d4c2c527d46383b1a5 (diff) | |
gnu: go-modernc-org-sqlite: Update to 1.45.0.
* gnu/packages/golang-xyz.scm (go-modernc-org-sqlite): Update to 1.45.0.
[arguments]: <#:test-flags>: Add -short.
Change-Id: I16f21a902e955849d0be37469890e41b28925bbe
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 1d46f2177e3..f832af98438 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -29704,7 +29704,7 @@ parsers.") | |||
| 29704 | (define-public go-modernc-org-sqlite | 29704 | (define-public go-modernc-org-sqlite |
| 29705 | (package | 29705 | (package |
| 29706 | (name "go-modernc-org-sqlite") | 29706 | (name "go-modernc-org-sqlite") |
| 29707 | (version "1.38.2") | 29707 | (version "1.45.0") |
| 29708 | (source | 29708 | (source |
| 29709 | (origin | 29709 | (origin |
| 29710 | (method git-fetch) | 29710 | (method git-fetch) |
| @@ -29713,11 +29713,13 @@ parsers.") | |||
| 29713 | (commit (string-append "v" version)))) | 29713 | (commit (string-append "v" version)))) |
| 29714 | (file-name (git-file-name name version)) | 29714 | (file-name (git-file-name name version)) |
| 29715 | (sha256 | 29715 | (sha256 |
| 29716 | (base32 "0579vip4vn488jppjpadryxyimkw2jr8ywr4j0piqcm2zs40h509")))) | 29716 | (base32 "11zcdbzvr43k9vy5ygmz7kwf77i6aa63azr1zn797fkybdb40xgi")))) |
| 29717 | (build-system go-build-system) | 29717 | (build-system go-build-system) |
| 29718 | (arguments | 29718 | (arguments |
| 29719 | (list | 29719 | (list |
| 29720 | #:import-path "modernc.org/sqlite" | 29720 | #:import-path "modernc.org/sqlite" |
| 29721 | ;; There are too many tests, so it may take more than 10 minutes. | ||
| 29722 | #:test-flags #~(list "-short") | ||
| 29721 | #:phases | 29723 | #:phases |
| 29722 | #~(modify-phases %standard-phases | 29724 | #~(modify-phases %standard-phases |
| 29723 | (add-after 'check 'post-check-remove-test-data | 29725 | (add-after 'check 'post-check-remove-test-data |
