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

commit 54b3dd57aca119a319d4e26b05967d020c865fc7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 1 16:24:42 2026 +0100

    gnu: python-attrs: Update to 26.1.0.
    
    * gnu/packages/python-xyz.scm (python-attrs): Update to 26.1.0.
    [surce]: Switch to git-fetch.
    
    Change-Id: Ia8e2efcb1bdbcc8bd82e4057e5cedea66b788544
---
 gnu/packages/python-xyz.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f74c171020..46a7ee41e4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25299,13 +25299,16 @@ instead of servers and network commands.")
 (define-public python-attrs
   (package
     (name "python-attrs")
-    (version "25.3.0")
+    (version "26.1.0")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "attrs" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/python-attrs/attrs/";)
+              (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "06xgyhxzsc0h3l0pqlkk168f072a9lnl9d415ixp8xmmgzycxmvm"))))
+        (base32 "17gagrqbg4fg7prpsqx746frfzcml13lnzqjjsah0jqc5qxd8yaf"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-hatch-fancy-pypi-readme

Reply via email to