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

* gnu/packages/databases.scm (perl-db-file): Update to 1.840.
master
Tobias Geerinckx-Rice 2017-04-01 17:03:01 +02:00
parent 2273b75154
commit dd0cfb37da
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -1280,7 +1280,7 @@ trees (LSM), for sustained throughput under random insert workloads.")
(define-public perl-db-file
(package
(name "perl-db-file")
(version "1.838")
(version "1.840")
(source
(origin
(method url-fetch)
@ -1290,7 +1290,7 @@ trees (LSM), for sustained throughput under random insert workloads.")
".tar.gz"))
(sha256
(base32
"0yp5d5zr8dk9g6xdh7ygi5bq63q7nxvhd58dk2i3ki4nb7yv2yh9"))))
"1i5jz85z4hpx15lw6ix27pyvrf0ziyh4z33lii4d3wnhz83lg1mp"))))
(build-system perl-build-system)
(inputs `(("bdb" ,bdb)))
(native-inputs `(("perl-test-pod" ,perl-test-pod)))