gnu: perl-dbd-pg: Update to 3.7.0.
* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.7.0
This commit is contained in:
parent
47b059197d
commit
b10ac21511
|
@ -1204,7 +1204,7 @@ columns, primary keys, unique constraints and relationships.")
|
||||||
(define-public perl-dbd-pg
|
(define-public perl-dbd-pg
|
||||||
(package
|
(package
|
||||||
(name "perl-dbd-pg")
|
(name "perl-dbd-pg")
|
||||||
(version "3.5.3")
|
(version "3.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1212,7 +1212,7 @@ columns, primary keys, unique constraints and relationships.")
|
||||||
"DBD-Pg-" version ".tar.gz"))
|
"DBD-Pg-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03m9w1cd0yyrbqwkwcl92j1cpmasmm69f3hwvcrlfsi5fnwsk63y"))))
|
"0nb4wmkhq1q9f4g42sxy1m3d0xjqd3plqkxpmzni43ygr5ch8vp3"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-dbi" ,perl-dbi)))
|
`(("perl-dbi" ,perl-dbi)))
|
||||||
|
|
Loading…
Reference in New Issue