aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-22 00:31:37 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-22 02:36:20 +0200
commit441e6d936fd24acc9fe7d609735722a9f49a07cc (patch)
tree116bf7f6d037c548d9dca62146b9c68e1ca45a00
parent654563ec83c3ec6c0a1713aa2371959f1d6443c3 (diff)
downloadguix-441e6d936fd24acc9fe7d609735722a9f49a07cc.tar
guix-441e6d936fd24acc9fe7d609735722a9f49a07cc.tar.gz
gnu: python-openpyxl: Update to 2.6.2.
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 2.6.2.
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9d661411c4..330c784848 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -889,7 +889,7 @@ of @code{xmlfile}.")
(define-public python-openpyxl
(package
(name "python-openpyxl")
- (version "2.6.0")
+ (version "2.6.2")
(source
(origin
;; We use the upstream repository, as the tests are not included in the
@@ -900,8 +900,7 @@ of @code{xmlfile}.")
(changeset version)))
(file-name (string-append name "-" version "-checkout"))
(sha256
- (base32
- "1x47ngn7ybaqdbvg90c8h2x0j6yfdfj25gjfinp2w5rf62gsany7"))))
+ (base32 "1qhij6kcvdxqjy4g6193nsv4q7fy8n4fwyd3c2z047idlm6s3j4w"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases