gnu: perl-uri-find: Update to 20160806.

* gnu/packages/web.scm (perl-uri-find): Update to 20160806.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-29 01:11:20 +02:00
parent 4f50fd752b
commit c2d1b935e0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -15,7 +15,7 @@
;;; Copyright © 2016 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016 Bake Timmons <b3timmons@speedymail.org>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
@ -3471,7 +3471,7 @@ (define-public perl-uri-fetch
(define-public perl-uri-find
(package
(name "perl-uri-find")
(version "20140709")
(version "20160806")
(source
(origin
(method url-fetch)
@ -3479,7 +3479,7 @@ (define-public perl-uri-find
"URI-Find-" version ".tar.gz"))
(sha256
(base32
"0czc4h182s7sx3k123m7qlg7yybnwxgh369hap3c3b6xgrglrhy0"))))
"1mk3jv8x0mcq3ajrn9garnxd0jc7sw4pkwqi88r5apqvlljs84z2"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))