Archived
1
0
Fork 0

gnu: python-xlsxwriter: Update to 3.0.3.

* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.0.3.
This commit is contained in:
Marius Bakke 2022-09-05 17:04:51 +02:00
parent 1329b64db5
commit 79143344f8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7508,7 +7508,7 @@ a front-end for C compilers or analysis tools.")
(define-public python-xlsxwriter (define-public python-xlsxwriter
(package (package
(name "python-xlsxwriter") (name "python-xlsxwriter")
(version "1.3.9") (version "3.0.3")
(source (source
(origin (origin
;; There are no tests in the PyPI tarball. ;; There are no tests in the PyPI tarball.
@ -7518,7 +7518,7 @@ a front-end for C compilers or analysis tools.")
(commit (string-append "RELEASE_" version)))) (commit (string-append "RELEASE_" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "04idf331rp0iyhlnh7268jmim8ydw4jjb81hr5rh548sqnq4bhpl")))) (base32 "1lr7mmik6r4zns069i4zfx1cnwhz6snmlh2zsiry0cwx8cv33wpm"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/jmcnamara/XlsxWriter") (home-page "https://github.com/jmcnamara/XlsxWriter")
(synopsis "Python module for creating Excel XLSX files") (synopsis "Python module for creating Excel XLSX files")