guix-patches
[Top][All Lists]
Advanced

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

[bug#49678] [PATCH 11/12] gnu: python-agate-excel: Update to 0.2.4.


From: Pierre Langlois
Subject: [bug#49678] [PATCH 11/12] gnu: python-agate-excel: Update to 0.2.4.
Date: Wed, 21 Jul 2021 14:50:25 +0100

* gnu/packages/wireservice.scm (python-agate-excel): Update to 0.2.4.
[propagated-inputs]: Add python-olefile.
---
 gnu/packages/wireservice.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index eb60f9d64a..6e1c9ae809 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -189,7 +189,7 @@ for dbf files support to all @code{agate.Table} 
instances.")))
 (define-public python-agate-excel
   (wireservice-package
    (name "python-agate-excel")
-   (version "0.2.3")
+   (version "0.2.4")
    (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -198,7 +198,7 @@ for dbf files support to all @code{agate.Table} 
instances.")))
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "1k5lv21k19s7kgbj5srd1xgrkqvxqqs49qwj33zncs9l7851afy7"))))
+               "18345szz3i7j81glmxacvw3bbh4k2h4i1n8i4xzfw3ywwm62mms1"))))
    (native-inputs
     `(("python-nose" ,python-nose)
       ("python-sphinx" ,python-sphinx)
@@ -206,6 +206,7 @@ for dbf files support to all @code{agate.Table} 
instances.")))
    (propagated-inputs
     `(("python-agate" ,python-agate)
       ("python-openpyxl" ,python-openpyxl)
+      ("python-olefile" ,python-olefile)
       ("python-xlrd" ,python-xlrd)))
    (home-page "https://agate-excel.rtfd.org";)
    (synopsis "Add read support for Excel files (xls and xlsx) to agate")
--
2.32.0






reply via email to

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