diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-16 22:04:25 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:19:11 +0000 |
commit | bd118ba744f9d35e485b749b32e093c580b4b619 (patch) | |
tree | 2c65b448eb127eff4d6c7162ffe6a62bb649fb32 | |
parent | be8a34bd60137e7326fa1696df4792c43be7e210 (diff) | |
download | guix-bd118ba744f9d35e485b749b32e093c580b4b619.tar.gz guix-bd118ba744f9d35e485b749b32e093c580b4b619.zip |
gnu: python-openpyxl: Update to 3.1.5.
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.1.5.
Change-Id: I7069f2663f06b77b67281972a3d6be2d759196f8
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3445b24f44..1a89044e80 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4483,7 +4483,7 @@ server.") (define-public python-openpyxl (package (name "python-openpyxl") - (version "3.0.10") + (version "3.1.5") (source (origin ;; We use the upstream repository, as the tests are not included in the @@ -4494,7 +4494,7 @@ server.") (changeset version))) (file-name (string-append name "-" version "-checkout")) (sha256 - (base32 "0f8ym32vdn8wyziiy5bz8iiwvgj7dlccy86wkfcn5syqgivgqnv9")))) + (base32 "17z6rrvv3q1axy9r13c2hln2pazfn9n5bhkzrbjcjakgbfjl6mss")))) (build-system pyproject-build-system) (native-inputs (list python-lxml python-pillow |