summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 17:24:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 20:42:47 +0100
commit5bbe07a0411853151ed030048df21a7918a031de (patch)
tree6e73d4c11b9116b25c1dd11b2e8487fb9cd77d65
parentf44678f663616b368cecb72d6ce8dee501d059df (diff)
downloadgnu-guix-5bbe07a0411853151ed030048df21a7918a031de.tar
gnu-guix-5bbe07a0411853151ed030048df21a7918a031de.tar.gz
gnu: perl-finance-quote: Update to 1.47.
* gnu/packages/web.scm (perl-finance-quote): Update to 1.47.
-rw-r--r--gnu/packages/web.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5debfd32aa..ee57173e50 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2435,15 +2435,14 @@ which can be used to parse directory listings.")
(define-public perl-finance-quote
(package
(name "perl-finance-quote")
- (version "1.38")
+ (version "1.47")
(source
(origin
(method url-fetch)
(uri (string-append "https://cpan.metacpan.org/authors/id/E/EC/ECOCODE/"
"Finance-Quote-" version ".tar.gz"))
(sha256
- (base32
- "0zhqb27y4vdxn476s2kwm9zl2f970yjcyyybnjm9b406krr2fm59"))
+ (base32 "0gzbq85738f299jaw4nj3ljnka380j2y6yspmyl71rgfypqjvbr7"))
(patches (search-patches
"perl-finance-quote-unuse-mozilla-ca.patch"))))
(build-system perl-build-system)