gnu: python-openpyxl: Update to 3.1.5.

* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.1.5.

Change-Id: I7069f2663f06b77b67281972a3d6be2d759196f8
This commit is contained in:
Sharlatan Hellseher 2024-11-16 22:04:25 +00:00
parent be8a34bd60
commit bd118ba744
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4483,7 +4483,7 @@ server.")
(define-public python-openpyxl (define-public python-openpyxl
(package (package
(name "python-openpyxl") (name "python-openpyxl")
(version "3.0.10") (version "3.1.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
@ -4494,7 +4494,7 @@ server.")
(changeset version))) (changeset version)))
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 "0f8ym32vdn8wyziiy5bz8iiwvgj7dlccy86wkfcn5syqgivgqnv9")))) (base32 "17z6rrvv3q1axy9r13c2hln2pazfn9n5bhkzrbjcjakgbfjl6mss"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (list python-lxml (native-inputs (list python-lxml
python-pillow python-pillow