summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCarlos Durán Domínguez <wurt@wurt.eu>2026-02-16 05:13:08 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 14:29:59 +0000
commitf27cd992f381b01de0ca1b9b8b3be692f03c7669 (patch)
tree77b611f8e0bb33cde08ce493f0f854c7ec172111 /gnu
parent3546df0c32ccfb57d9ab03d4c2c527d46383b1a5 (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.scm6
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.")
(define-public go-modernc-org-sqlite
(package
(name "go-modernc-org-sqlite")
- (version "1.38.2")
+ (version "1.45.0")
(source
(origin
(method git-fetch)
@@ -29713,11 +29713,13 @@ parsers.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0579vip4vn488jppjpadryxyimkw2jr8ywr4j0piqcm2zs40h509"))))
+ (base32 "11zcdbzvr43k9vy5ygmz7kwf77i6aa63azr1zn797fkybdb40xgi"))))
(build-system go-build-system)
(arguments
(list
#:import-path "modernc.org/sqlite"
+ ;; There are too many tests, so it may take more than 10 minutes.
+ #:test-flags #~(list "-short")
#:phases
#~(modify-phases %standard-phases
(add-after 'check 'post-check-remove-test-data