diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-29 01:11:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-29 17:32:38 +0100 |
commit | c2d1b935e0d3fc38b4dea6a4c3791442e76c649e (patch) | |
tree | 6f13fb02e08606956a326fc0d1f1058d9cbc0506 /gnu/packages/web.scm | |
parent | 4f50fd752be63e53c8b051c36bd2223dc24c5a15 (diff) | |
download | guix-c2d1b935e0d3fc38b4dea6a4c3791442e76c649e.tar guix-c2d1b935e0d3fc38b4dea6a4c3791442e76c649e.tar.gz |
gnu: perl-uri-find: Update to 20160806.
* gnu/packages/web.scm (perl-uri-find): Update to 20160806.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 04886e06e3..a6907fcb3e 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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))) |