summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-20 00:50:43 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-20 03:31:48 +0200
commit167c5231a5c196bca1bc1e28637030775e6c32c9 (patch)
tree79863c0159617b0295224968e54ee9726d794967 /gnu/packages/python-xyz.scm
parent98d223fdf429a4fe807c5130bd4a31539cfedee4 (diff)
downloadguix-patches-167c5231a5c196bca1bc1e28637030775e6c32c9.tar
guix-patches-167c5231a5c196bca1bc1e28637030775e6c32c9.tar.gz
gnu: python-xlsxwriter: Update to 1.3.9.
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 1.3.9.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 0e12f75357..5cf0b61c68 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6331,7 +6331,7 @@ a front-end for C compilers or analysis tools.")
(define-public python-xlsxwriter
(package
(name "python-xlsxwriter")
- (version "1.3.7")
+ (version "1.3.9")
(source
(origin
;; There are no tests in the PyPI tarball.
@@ -6341,7 +6341,7 @@ a front-end for C compilers or analysis tools.")
(commit (string-append "RELEASE_" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1qg40r2mwrqfmhaxnary1cfgi0dwwazp5qga7c9p2cdji2v0x5rm"))))
+ (base32 "04idf331rp0iyhlnh7268jmim8ydw4jjb81hr5rh548sqnq4bhpl"))))
(build-system python-build-system)
(home-page "https://github.com/jmcnamara/XlsxWriter")
(synopsis "Python module for creating Excel XLSX files")