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

* gnu/packages/databases.scm (perl-db-file): Update to 1.852.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Alex Griffin 2019-06-10 21:41:28 -05:00 committed by Ludovic Courtès
parent 6bb5a7e08c
commit a3abc3fdfc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,7 @@
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2019 Jack Hill <jackhill@jackhill.us>
;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -1879,7 +1880,7 @@ database.")
(define-public perl-db-file
(package
(name "perl-db-file")
(version "1.843")
(version "1.852")
(source
(origin
(method url-fetch)
@ -1889,7 +1890,7 @@ database.")
".tar.gz"))
(sha256
(base32
"0sildz1i3fmh949w1scpjsyjx0cbmfw0yna3y70mc6vbwp8y696y"))))
"14c30xyqx9c1hxw40bqbzls41al8gmklxv5jbk2kknmn4dsrbdrs"))))
(build-system perl-build-system)
(inputs `(("bdb" ,bdb)))
(native-inputs `(("perl-test-pod" ,perl-test-pod)))