Archived
1
0
Fork 0

gnu: python-openpyxl: Update to 2.6.2.

* gnu/packages/python-xyz.scm (python-openpyxl): Update to 2.6.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-22 00:31:37 +02:00
parent 654563ec83
commit 441e6d936f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -889,7 +889,7 @@ of @code{xmlfile}.")
(define-public python-openpyxl (define-public python-openpyxl
(package (package
(name "python-openpyxl") (name "python-openpyxl")
(version "2.6.0") (version "2.6.2")
(source (source
(origin (origin
;; We use the upstream repository, as the tests are not included in the ;; We use the upstream repository, as the tests are not included in the
@ -900,8 +900,7 @@ of @code{xmlfile}.")
(changeset version))) (changeset version)))
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32 "1qhij6kcvdxqjy4g6193nsv4q7fy8n4fwyd3c2z047idlm6s3j4w"))))
"1x47ngn7ybaqdbvg90c8h2x0j6yfdfj25gjfinp2w5rf62gsany7"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases