guix-commits
[Top][All Lists]
Advanced

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

314/361: gnu: python-openpyxl: Update to 3.1.5.


From: guix-commits
Subject: 314/361: gnu: python-openpyxl: Update to 3.1.5.
Date: Thu, 21 Nov 2024 06:29:41 -0500 (EST)

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

commit 0ce275dc8f74959f62de4e11215ac450a1e3ecf0
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 857f416a39..1b999979a0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4484,7 +4484,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
@@ -4495,7 +4495,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]