guix-commits
[Top][All Lists]
Advanced

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

331/420: gnu: python-attrs: Update to 24.2.0.


From: guix-commits
Subject: 331/420: gnu: python-attrs: Update to 24.2.0.
Date: Tue, 26 Nov 2024 16:29:27 -0500 (EST)

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

commit 1f00c0f32d70c36c7ad54e1fc9fdafd3e8b7f285
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 3a52053ec9..1272b56d8a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24700,13 +24700,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]