mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: python-openpyxl: Update to 3.0.9.
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.9.
This commit is contained in:
parent
0c83eca719
commit
00bad443ef
1 changed files with 2 additions and 2 deletions
|
@ -2374,7 +2374,7 @@ (define-public python2-et-xmlfile
|
||||||
(define-public python-openpyxl
|
(define-public python-openpyxl
|
||||||
(package
|
(package
|
||||||
(name "python-openpyxl")
|
(name "python-openpyxl")
|
||||||
(version "3.0.5")
|
(version "3.0.9")
|
||||||
(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
|
||||||
|
@ -2385,7 +2385,7 @@ (define-public python-openpyxl
|
||||||
(changeset version)))
|
(changeset version)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s6fgwwkcfz1bnrp5gjd4g2lcbl4a76147ylkrmkbabi2nf4xlli"))))
|
(base32 "1p8xvc2gjw6zyzbd7qdvc3x178sm00ymrbyh9539l4fpzgxh0j9c"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue