From 709c0244e45ddfd19cfb318ab63a04c220b33eb7 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:50:41 -0400 Subject: gnu: xlsx2csv: Update to 0.7.8. * gnu/packages/xml.scm (xlsx2csv): Update to 0.7.8. [python]: Delete argument. --- gnu/packages/xml.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 6dbcf67d8c..a9bf07de96 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -27,7 +27,7 @@ ;;; Copyright © 2020 Brett Gilio ;;; Copyright © 2020 Pierre Langlois ;;; Copyright © 2021 Michael Rohleder -;;; Copyright © 2021 Maxim Cournoyer +;;; Copyright © 2021, 2022 Maxim Cournoyer ;;; Copyright © 2021 Julien Lepiller ;;; Copyright © 2021 Felix Gruber ;;; Copyright © 2021 Guillaume Le Vaillant @@ -1421,7 +1421,7 @@ elements to their parents (define-public xlsx2csv (package (name "xlsx2csv") - (version "0.7.4") + (version "0.7.8") (source (origin (method git-fetch) @@ -1430,17 +1430,17 @@ elements to their parents (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "168dm6p7w6pvgd87yb9hcxv9y0liv6mxgril202nfva68cp8y939")))) + (base32 "1p10571295f8zw1lsma8k5z07hrk9aspar0lsz8zpgjl7v35zcq7")))) (build-system python-build-system) (arguments - `(#:python ,python-2 ; use python-2 for the test script - #:phases + `(#:phases (modify-phases %standard-phases (replace 'check (lambda _ (substitute* "test/run" ;; Run tests with `python' only. - (("^(PYTHON_VERSIONS = ).*" all m) (string-append m "['']"))) + (("^(PYTHON_VERSIONS = ).*" all m) + (string-append m "['']"))) (invoke "test/run")))))) (home-page "https://github.com/dilshod/xlsx2csv") (synopsis "XLSX to CSV converter") -- cgit 1.4.1