mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-dbd-sqlite: Update to 1.62.
* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.62.
This commit is contained in:
parent
49596a5413
commit
d49bdbca5c
1 changed files with 2 additions and 2 deletions
|
@ -1311,7 +1311,7 @@ columns, primary keys, unique constraints and relationships.")
|
||||||
(define-public perl-dbd-sqlite
|
(define-public perl-dbd-sqlite
|
||||||
(package
|
(package
|
||||||
(name "perl-dbd-sqlite")
|
(name "perl-dbd-sqlite")
|
||||||
(version "1.58")
|
(version "1.62")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1319,7 +1319,7 @@ columns, primary keys, unique constraints and relationships.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fqx386jgs9mmrknr7smmzapf07izgivza7x08lfm39ks2cxs83i"))))
|
"0p78ri1q6xpc1i98i6mlriv8n66iz8r5r11dlsknjm4y58rfz0mx"))))
|
||||||
(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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue