gnu: soci: Update to 4.0.3.

* gnu/packages/databases.scm (soci): Update to 4.0.3.
This commit is contained in:
Ricardo Wurmus 2023-04-08 13:31:55 +02:00
parent 337f3941d8
commit 45620ae8b0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4787,7 +4787,7 @@ (define-public libdbi-drivers
(define-public soci
(package
(name "soci")
(version "4.0.2")
(version "4.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4796,7 +4796,7 @@ (define-public soci
(file-name (git-file-name name version))
(sha256
(base32
"0qc6d71lyrfh5zb7pmfihd1hjyazlkgq6p0g06ans77wnnjh0k9l"))))
"12aq7pama96l2c1kmfkclb4bvrsxs9a8ppgk5gmzw45w2lg35i0y"))))
(build-system cmake-build-system)
(propagated-inputs
;; Headers of soci has include-references to headers of these inputs.