gnu: perl-dbd-pg: Update to 3.15.1.
* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.15.1.
This commit is contained in:
parent
334c849ba1
commit
ec4515389a
1 changed files with 2 additions and 2 deletions
|
@ -2089,7 +2089,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.14.2")
|
(version "3.15.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2097,7 +2097,7 @@ columns, primary keys, unique constraints and relationships.")
|
||||||
"DBD-Pg-" version ".tar.gz"))
|
"DBD-Pg-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kcfqq7g3832wiix0sbyvlc885qghjrp2ah3akn7h2lnb22fjwy9"))))
|
"0zn17xb6bmixkmv53p576igzw1jd43cwql35r19m56jwahxm9iqk"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl-dbi))
|
(list perl-dbi))
|
||||||
|
|
Reference in a new issue