From e15a0ccf1bb533b23e81703c0072f2736d2068e5 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 7 Jan 2022 11:47:52 +0100 Subject: [PATCH] python-pep-adapter: Update to latest build head. While this is no release version and the change is rather small, we want to take benefit of it. --- pEp/nightly.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pEp/nightly.scm b/pEp/nightly.scm index da46f09..6d974b4 100644 --- a/pEp/nightly.scm +++ b/pEp/nightly.scm @@ -222,17 +222,17 @@ ENGINE_INC_PATH=~a/include (define-public python-pep-adapter (package (name "python-pep-adapter") - (version "2.1.10") + (version "2.1.10-p1") (source (origin (method git-fetch) (uri (git-reference (url "https://gitea.pep.foundation/pEp.foundation/pEpPythonAdapter") - (commit "44db8b751083871a48dc796f898025c6bdd460db"))) + (commit "731a78ba6101fff31b508516feab8756c3d12c63"))) (file-name (git-file-name name version)) (sha256 - (base32 "1pfvi0z3phha2kc3134gqhja3dpynh8lhwi93y4n51bp9ip0a7hr")))) + (base32 "0mih29aj8g6nn25vzzxrjkv80fl6g49na2kl7in75j158m1zxqyd")))) (build-system python-build-system) (arguments `(;; Adding configure-flags does not work, running `build_ext`