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

* gnu/packages/databases.scm (perl-db-file): Update to 1.853.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-20 17:21:38 +02:00
parent 12df6684b9
commit 76899e9285
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2049,17 +2049,14 @@ (define-public guile-wiredtiger
(define-public perl-db-file
(package
(name "perl-db-file")
(version "1.852")
(version "1.853")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/P/PM/PMQS/DB_File-"
version
".tar.gz"))
(uri (string-append "mirror://cpan/authors/id/P/PM/PMQS/DB_File-"
version ".tar.gz"))
(sha256
(base32
"14c30xyqx9c1hxw40bqbzls41al8gmklxv5jbk2kknmn4dsrbdrs"))))
(base32 "1y967si45vj0skip1hnhicbv9da29fv6qcfwnsbnvj06n36mkj6h"))))
(build-system perl-build-system)
(inputs `(("bdb" ,bdb)))
(native-inputs `(("perl-test-pod" ,perl-test-pod)))