gnu: python-openpyxl: Update to 3.0.5.
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.5.
This commit is contained in:
parent
755da56f21
commit
ec2ecf790f
1 changed files with 3 additions and 3 deletions
|
@ -1623,18 +1623,18 @@ of @code{xmlfile}.")
|
||||||
(define-public python-openpyxl
|
(define-public python-openpyxl
|
||||||
(package
|
(package
|
||||||
(name "python-openpyxl")
|
(name "python-openpyxl")
|
||||||
(version "2.6.2")
|
(version "3.0.5")
|
||||||
(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
|
||||||
;; PyPI releases.
|
;; PyPI releases.
|
||||||
(method hg-fetch)
|
(method hg-fetch)
|
||||||
(uri (hg-reference
|
(uri (hg-reference
|
||||||
(url "https://bitbucket.org/openpyxl/openpyxl")
|
(url "https://foss.heptapod.net/openpyxl/openpyxl")
|
||||||
(changeset version)))
|
(changeset version)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qhij6kcvdxqjy4g6193nsv4q7fy8n4fwyd3c2z047idlm6s3j4w"))))
|
(base32 "0s6fgwwkcfz1bnrp5gjd4g2lcbl4a76147ylkrmkbabi2nf4xlli"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue