1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: go-github-com-mattn-go-sqlite3: Update to 1.14.22.

* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-sqlite3): Update to 1.14.22.

Change-Id: I01bf397b7d74db812883994deb2c2249adf14d1f
This commit is contained in:
Sharlatan Hellseher 2024-05-04 22:57:34 +01:00
parent bea3defe23
commit 2799f6c6e1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2169,7 +2169,7 @@ the @code{cpan} module @code{Parse::CommandLine}.")
(define-public go-github-com-mattn-go-sqlite3 (define-public go-github-com-mattn-go-sqlite3
(package (package
(name "go-github-com-mattn-go-sqlite3") (name "go-github-com-mattn-go-sqlite3")
(version "1.14.6") (version "1.14.22")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2178,10 +2178,11 @@ the @code{cpan} module @code{Parse::CommandLine}.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "04anvqkc37mmc3z1dy4xfa6cas67zlxnnab0ywii7sylk864mhxz")))) (base32 "05fcdh6likz0hkvxnrkz3r3l5gzxfjh93w5015m9hs1wi6qpdqyb"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:go go-1.19
#:import-path "github.com/mattn/go-sqlite3")) #:import-path "github.com/mattn/go-sqlite3"))
(home-page "https://github.com/mattn/go-sqlite3") (home-page "https://github.com/mattn/go-sqlite3")
(synopsis "Sqlite3 driver for Go") (synopsis "Sqlite3 driver for Go")