me
/
guix
Archived
1
0
Fork 0

gnu: soci: Update to 4.0.2.

* gnu/packages/databases.scm (soci): Update to 4.0.2.
master
Tobias Geerinckx-Rice 2021-05-01 05:36:43 +02:00
parent 927fcf1205
commit 1ba3df1872
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -3853,16 +3853,16 @@ The drivers officially supported by @code{libdbi} are:
(define-public soci (define-public soci
(package (package
(name "soci") (name "soci")
(version "4.0.1") (version "4.0.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/SOCI/soci/") (url "https://github.com/SOCI/soci/")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"14x2gjblkgpflv75wl144cyjp1sis5rbxnr9r2gj3yw16v2av0bp")))) "0qc6d71lyrfh5zb7pmfihd1hjyazlkgq6p0g06ans77wnnjh0k9l"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(propagated-inputs (propagated-inputs
;; Headers of soci has include-references to headers of these inputs. ;; Headers of soci has include-references to headers of these inputs.