guix-commits
[Top][All Lists]
Advanced

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

330/474: gnu: python-attrs: Update to 24.2.0.


From: guix-commits
Subject: 330/474: gnu: python-attrs: Update to 24.2.0.
Date: Sat, 30 Nov 2024 18:20:48 -0500 (EST)

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

commit db8b9f1bc3beee708a2d19b8f034a6c631640a82
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 11 23:11:09 2024 +0000

    gnu: python-attrs: Update to 24.2.0.
    
    * gnu/packages/python-xyz.scm (python-attrs): Update to 24.2.0.
    
    Change-Id: I7482ff7f2b1654f2b89c6a285ee40d84d2a90f89
---
 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 843ee1b69b..7f9c7607fb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24723,13 +24723,13 @@ both as keys and as attributes.")
 (define-public python-attrs
   (package
     (name "python-attrs")
-    (version "23.2.0")
+    (version "24.2.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "attrs" version))
               (sha256
                (base32
-                "0c0zjwcqzbmpl93izm2g37gc3lsbbb9pf275fv7zcqn256sw6pck"))))
+                "0ik35wvcmapzhyzvwhlsrk53pgxnswh3zh5fkdb8dc5m928ipysw"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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