gnu: perl-dbd-sqlite: Update to 1.64.

* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.64.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-20 18:32:54 +02:00
parent d0ed680b24
commit 26aa1fd230
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1703,7 +1703,7 @@ (define-public perl-dbd-mysql
(define-public perl-dbd-sqlite (define-public perl-dbd-sqlite
(package (package
(name "perl-dbd-sqlite") (name "perl-dbd-sqlite")
(version "1.62") (version "1.64")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1711,7 +1711,7 @@ (define-public perl-dbd-sqlite
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0p78ri1q6xpc1i98i6mlriv8n66iz8r5r11dlsknjm4y58rfz0mx")))) "00gz5aw3xrr92lf9nfk0dhmy7a8jzmxhznddd9b0a8w4a1xqzbpl"))))
(build-system perl-build-system) (build-system perl-build-system)
(inputs `(("sqlite" ,sqlite))) (inputs `(("sqlite" ,sqlite)))
(propagated-inputs `(("perl-dbi" ,perl-dbi))) (propagated-inputs `(("perl-dbi" ,perl-dbi)))