guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/19: gnu: perl-finance-quote: Update to 1.47.


From: guix-commits
Subject: 18/19: gnu: perl-finance-quote: Update to 1.47.
Date: Sat, 23 Mar 2019 14:45:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5bbe07a0411853151ed030048df21a7918a031de
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 17:24:18 2019 +0100

    gnu: perl-finance-quote: Update to 1.47.
    
    * gnu/packages/web.scm (perl-finance-quote): Update to 1.47.
---
 gnu/packages/web.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5debfd3..ee57173 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]