summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-09-05 17:04:51 +0200
committerMarius Bakke <marius@gnu.org>2022-09-07 17:36:42 +0200
commit79143344f875c56c6b2a790a7963bd0f6a2a9592 (patch)
treed7524ddea912238adf7cd0a07abce5875221c872 /gnu
parent1329b64db55f5a3d8735349e09be05157a062d63 (diff)
downloadguix-patches-79143344f875c56c6b2a790a7963bd0f6a2a9592.tar
guix-patches-79143344f875c56c6b2a790a7963bd0f6a2a9592.tar.gz
gnu: python-xlsxwriter: Update to 3.0.3.
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.0.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 90fb380f88..ea962c3b57 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7508,7 +7508,7 @@ a front-end for C compilers or analysis tools.")
(define-public python-xlsxwriter
(package
(name "python-xlsxwriter")
- (version "1.3.9")
+ (version "3.0.3")
(source
(origin
;; 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))))
(file-name (git-file-name name version))
(sha256
- (base32 "04idf331rp0iyhlnh7268jmim8ydw4jjb81hr5rh548sqnq4bhpl"))))
+ (base32 "1lr7mmik6r4zns069i4zfx1cnwhz6snmlh2zsiry0cwx8cv33wpm"))))
(build-system python-build-system)
(home-page "https://github.com/jmcnamara/XlsxWriter")
(synopsis "Python module for creating Excel XLSX files")