1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-02 19:31:32 +02:00

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>
This commit is contained in:
Carlos Durán Domínguez
2026-02-16 04:13:05 +01:00
committed by Sharlatan Hellseher
parent fbe3ae4b96
commit ffa0a055e4
+2 -2
View File
@@ -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