guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ea31e482d38876c8232aada0ad47e0ee5c0c0697
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Oct 1 23:13:21 2025 +0100

    gnu: pythoncapi-compat: Update to 0.0.0-1.ab72af8.
    
    * gnu/packages/python.scm (pythoncapi-compat): Update to
    ab72af8b1a9adfccb3578eea8e9b6d5c6449f409 commit.
    [source] <version> Use GIT-VERSION.
    
    Change-Id: I3936b9e138e45b5675368e1c1eba51b9176f1374
---
 gnu/packages/python.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 27378da357..0415f6aa2f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -62,6 +62,7 @@
 ;;; Copyright © 2022 jgart <[email protected]>
 ;;; Copyright © 2021 Lars-Dominik Braun <[email protected]>
 ;;; Copyright © 2025 Hugo Buddelmeijer <[email protected]>
+;;; Copyright © 2025 Sharlatan Hellseher <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1600,11 +1601,11 @@ the interpreter."))))
 
 (define-public pythoncapi-compat
   ;; No release nor tags: use the latest commit.
-  (let ((commit "b541b98df1e3e5aabb5def27422a75c876f5a88a")
-        (revision "0"))
+  (let ((commit "ab72af8b1a9adfccb3578eea8e9b6d5c6449f409")
+        (revision "1"))
     (package
       (name "pythoncapi-compat")
-      (version "0")
+      (version (git-version "0.0.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -1613,7 +1614,7 @@ the interpreter."))))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "09935gybfj2wqbf6jmn61m21qnx3za8xjv375n3daq8l3cs6dmmx"))))
+                  "0dfzfs399ik10125kvs5s8rid93lm50wray8s7b8bv90a61zjxiv"))))
       (build-system copy-build-system)
       (arguments (list #:install-plan
                        #~'(("pythoncapi_compat.h" "include/"))))

Reply via email to