diff options
| author | Carlos Durán Domínguez <wurt@wurt.eu> | 2026-02-16 04:13:05 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 14:29:57 +0000 |
| commit | ffa0a055e4326dfd90c4c06b3c3e59ef693b2af3 (patch) | |
| tree | 076357102d48f8078c55f5ca58331f19fe734c0f /gnu | |
| parent | fbe3ae4b96b53707420869d7ad93d6329bb2c29b (diff) | |
gnu: go-github-com-mattn-go-sqlite3: Update to 1.14.34.
* gnu/packages/golang-xyz.com (go-github-com-mattn-go-sqlite3): Update to
1.14.34.
Change-Id: I40b75366cc455bb7fe093c615c9201587104ab9d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 380fd1a06d..55a63df0ce 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -16782,7 +16782,7 @@ the @code{cpan} module @code{Parse::CommandLine}.") (define-public go-github-com-mattn-go-sqlite3 (package (name "go-github-com-mattn-go-sqlite3") - (version "1.14.22") + (version "1.14.34") (source (origin (method git-fetch) @@ -16791,7 +16791,7 @@ the @code{cpan} module @code{Parse::CommandLine}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "05fcdh6likz0hkvxnrkz3r3l5gzxfjh93w5015m9hs1wi6qpdqyb")))) + (base32 "0zp6v3y8hg6b02b3g63x4bmz56yl0d00akvzw6bsfc5l6m3pgiix")))) (build-system go-build-system) (arguments (list |
