gnu: go-github-com-go-sql-driver-mysql: Update to 1.8.1.

* gnu/packages/golang.scm (go-github-com-go-sql-driver-mysql): Update to 1.8.1.
[propagated-inputs]: Add go-filippo-io-edwards25519.

Change-Id: Ia59aa9ad6b065cf297d18163519020ec68d7c8fc
This commit is contained in:
Sharlatan Hellseher 2024-07-12 22:33:49 +01:00
parent 75bf706de5
commit a477fece12
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5276,7 +5276,7 @@ (define-public go-github-com-kr-text
(define-public go-github-com-go-sql-driver-mysql (define-public go-github-com-go-sql-driver-mysql
(package (package
(name "go-github-com-go-sql-driver-mysql") (name "go-github-com-go-sql-driver-mysql")
(version "1.5.0") (version "1.8.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5286,11 +5286,13 @@ (define-public go-github-com-go-sql-driver-mysql
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"11x0m9yf3kdnf6981182r824psgxwfaqhn3x3in4yiidp0w0hk3v")))) "0ihdqg411gkv454fwx8w5nbndgkm5dz5phfliksxgmhggyxxm7sn"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:tests? #f ;; tests require a network connection '(#:tests? #f ;; tests require a network connection
#:import-path "github.com/go-sql-driver/mysql")) #:import-path "github.com/go-sql-driver/mysql"))
(propagated-inputs
(list go-filippo-io-edwards25519))
(home-page "https://github.com/go-sql-driver/mysql") (home-page "https://github.com/go-sql-driver/mysql")
(synopsis "MySQL driver for golang") (synopsis "MySQL driver for golang")
(description (description