gnu: perl-dbd-pg: Update to 3.5.3.

* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.5.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-04-01 17:01:44 +02:00
parent f73bb91ebe
commit 4d40c6aab0
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -960,7 +960,7 @@ (define-public perl-dbix-class-schema-loader
(define-public perl-dbd-pg
(package
(name "perl-dbd-pg")
(version "3.5.1")
(version "3.5.3")
(source
(origin
(method url-fetch)
@ -968,7 +968,7 @@ (define-public perl-dbd-pg
"DBD-Pg-" version ".tar.gz"))
(sha256
(base32
"0z0kf1kjgbi5f6nr63i2fnrx7629d9lvxg1q8sficwb3zdf1ggzx"))))
"03m9w1cd0yyrbqwkwcl92j1cpmasmm69f3hwvcrlfsi5fnwsk63y"))))
(build-system perl-build-system)
(native-inputs
`(("perl-dbi" ,perl-dbi)))