guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

313/474: gnu: python-openpyxl: Update to 3.1.5.


From: guix-commits
Subject: 313/474: gnu: python-openpyxl: Update to 3.1.5.
Date: Sat, 30 Nov 2024 18:20:44 -0500 (EST)

sharlatan pushed a commit to branch python-team
in repository guix.

commit 5fb18249d7dde7ce7723a00cad72174b42a56b97
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 16 22:04:25 2024 +0000

    gnu: python-openpyxl: Update to 3.1.5.
    
    * gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.1.5.
    
    Change-Id: I7069f2663f06b77b67281972a3d6be2d759196f8
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dfe5498d42..9085e356a1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]