gnu: perl-db-file: Update to 1.843.

* gnu/packages/databases.scm (perl-db-file): Update to 1.843.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-18 21:57:44 +01:00
parent 33756922bb
commit 2fc569a0fc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1637,7 +1637,7 @@ database.")
(define-public perl-db-file (define-public perl-db-file
(package (package
(name "perl-db-file") (name "perl-db-file")
(version "1.842") (version "1.843")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1647,7 +1647,7 @@ database.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0w2d99vs9qarng2f9fpg3gchfdzy6an13507jhclcl8wv183h5hg")))) "0sildz1i3fmh949w1scpjsyjx0cbmfw0yna3y70mc6vbwp8y696y"))))
(build-system perl-build-system) (build-system perl-build-system)
(inputs `(("bdb" ,bdb))) (inputs `(("bdb" ,bdb)))
(native-inputs `(("perl-test-pod" ,perl-test-pod))) (native-inputs `(("perl-test-pod" ,perl-test-pod)))