summary refs log tree commit diff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-11-30 20:56:53 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-11-30 21:26:49 +0200
commit97c0cfdc3fdfa3c7c94e05e61cc2574f6fc87f8c (patch)
tree6e2f3245baa08b48a9f10455922039162033c2be /gnu/packages/web.scm
parent85b9c18b1a5a532ba27b0a51911b6e8282b0c27d (diff)
downloadguix-97c0cfdc3fdfa3c7c94e05e61cc2574f6fc87f8c.tar.gz
gnu: perl-finance-quote: Update to 1.38.
* gnu/packages/web.scm (perl-finance-quote): Update to 1.38.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index e277effc5a..7e924d1738 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1847,7 +1847,7 @@ which can be used to parse directory listings.")
 (define-public perl-finance-quote
   (package
    (name "perl-finance-quote")
-   (version "1.37")
+   (version "1.38")
    (source
     (origin
       (method url-fetch)
@@ -1855,7 +1855,7 @@ which can be used to parse directory listings.")
                           "Finance-Quote-" version ".tar.gz"))
       (sha256
        (base32
-        "1b6pbh7f76fb5sa4f0lhx085xy55pprz5v7z7li7pqiyw7i4f4bf"))
+        "0zhqb27y4vdxn476s2kwm9zl2f970yjcyyybnjm9b406krr2fm59"))
       (patches (search-patches
                 "perl-finance-quote-unuse-mozilla-ca.patch"))))
    (build-system perl-build-system)