summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-01 23:13:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-01 23:13:21 +0100
commitea31e482d38876c8232aada0ad47e0ee5c0c0697 (patch)
treefb6b53ff1b7cb45900f652de83cb2cf9836099f8 /gnu/packages/python.scm
parent2a2c873e6e8d5372ef8f284b1e82d711db31c93c (diff)
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
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 27378da3575..0415f6aa2f0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -62,6 +62,7 @@
62;;; Copyright © 2022 jgart <jgart@dismail.de> 62;;; Copyright © 2022 jgart <jgart@dismail.de>
63;;; Copyright © 2021 Lars-Dominik Braun <lars@6xq.net> 63;;; Copyright © 2021 Lars-Dominik Braun <lars@6xq.net>
64;;; Copyright © 2025 Hugo Buddelmeijer <hugo@buddelmeijer.nl> 64;;; Copyright © 2025 Hugo Buddelmeijer <hugo@buddelmeijer.nl>
65;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com>
65;;; 66;;;
66;;; This file is part of GNU Guix. 67;;; This file is part of GNU Guix.
67;;; 68;;;
@@ -1600,11 +1601,11 @@ the interpreter."))))
1600 1601
1601(define-public pythoncapi-compat 1602(define-public pythoncapi-compat
1602 ;; No release nor tags: use the latest commit. 1603 ;; No release nor tags: use the latest commit.
1603 (let ((commit "b541b98df1e3e5aabb5def27422a75c876f5a88a") 1604 (let ((commit "ab72af8b1a9adfccb3578eea8e9b6d5c6449f409")
1604 (revision "0")) 1605 (revision "1"))
1605 (package 1606 (package
1606 (name "pythoncapi-compat") 1607 (name "pythoncapi-compat")
1607 (version "0") 1608 (version (git-version "0.0.0" revision commit))
1608 (source (origin 1609 (source (origin
1609 (method git-fetch) 1610 (method git-fetch)
1610 (uri (git-reference 1611 (uri (git-reference
@@ -1613,7 +1614,7 @@ the interpreter."))))
1613 (file-name (git-file-name name version)) 1614 (file-name (git-file-name name version))
1614 (sha256 1615 (sha256
1615 (base32 1616 (base32
1616 "09935gybfj2wqbf6jmn61m21qnx3za8xjv375n3daq8l3cs6dmmx")))) 1617 "0dfzfs399ik10125kvs5s8rid93lm50wray8s7b8bv90a61zjxiv"))))
1617 (build-system copy-build-system) 1618 (build-system copy-build-system)
1618 (arguments (list #:install-plan 1619 (arguments (list #:install-plan
1619 #~'(("pythoncapi_compat.h" "include/")))) 1620 #~'(("pythoncapi_compat.h" "include/"))))