mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: perl-dbd-sqlite: Update to 1.52.
* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.52.
This commit is contained in:
parent
ebd2dbbfc1
commit
467d4c85c3
1 changed files with 2 additions and 2 deletions
|
@ -843,7 +843,7 @@ (define-public perl-dbd-mysql
|
|||
(define-public perl-dbd-sqlite
|
||||
(package
|
||||
(name "perl-dbd-sqlite")
|
||||
(version "1.42")
|
||||
(version "1.52")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -851,7 +851,7 @@ (define-public perl-dbd-sqlite
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14x9cjsc8dz8ad1nad0bqiq9cbk1rjfb8h5y0rpk3pdl38y6afxb"))))
|
||||
"0kimb2qr1rh07yylbbfybwcizpmy61ck667amypn4clmkfg0knm6"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs `(("sqlite" ,sqlite)))
|
||||
(propagated-inputs `(("perl-dbi" ,perl-dbi)))
|
||||
|
|
Loading…
Reference in a new issue