~ruther/guix-local

c2d1b935e0d3fc38b4dea6a4c3791442e76c649e — Tobias Geerinckx-Rice 8 years ago 4f50fd7
gnu: perl-uri-find: Update to 20160806.

* gnu/packages/web.scm (perl-uri-find): Update to 20160806.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/web.scm
M gnu/packages/web.scm => gnu/packages/web.scm +3 -3
@@ 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 @@ and time-saving way.")
(define-public perl-uri-find
  (package
    (name "perl-uri-find")
    (version "20140709")
    (version "20160806")
    (source
     (origin
       (method url-fetch)


@@ 3479,7 3479,7 @@ and time-saving way.")
                           "URI-Find-" version ".tar.gz"))
       (sha256
        (base32
         "0czc4h182s7sx3k123m7qlg7yybnwxgh369hap3c3b6xgrglrhy0"))))
         "1mk3jv8x0mcq3ajrn9garnxd0jc7sw4pkwqi88r5apqvlljs84z2"))))
    (build-system perl-build-system)
    (native-inputs
     `(("perl-module-build" ,perl-module-build)))