summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-03 14:05:04 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:57 +0100
commit6ba797481c1328f8ad734094039bead26ea8d25e (patch)
treeceaea452d69a0d7a44dfe18422d88f3645bc8a77 /gnu/packages/python-check.scm
parenteaea62aadb7d6702cf7b4584c991517ac2f3c62c (diff)
gnu: python-cucumber-tag-expressions: Update to 9.1.0.
* gnu/packages/python-check.scm (python-cucumber-tag-expressions): Update to 9.1.0. [arguments] <build-backend>: Use setuptools.build_meta. Change-Id: I2953c2c65fa6b5ce316e20760c9eea4d2b6cc66e
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ac4b9809db9..fb91436f829 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -824,20 +824,20 @@ intuitive syntax.")
824(define-public python-cucumber-tag-expressions 824(define-public python-cucumber-tag-expressions
825 (package 825 (package
826 (name "python-cucumber-tag-expressions") 826 (name "python-cucumber-tag-expressions")
827 (version "6.1.1") 827 (version "9.1.0")
828 (source 828 (source
829 (origin 829 (origin
830 (method git-fetch) ;no tests in PyPI archive 830 (method git-fetch)
831 (uri (git-reference 831 (uri (git-reference
832 (url "https://github.com/cucumber/tag-expressions") 832 (url "https://github.com/cucumber/tag-expressions")
833 (commit (string-append "v" version)))) 833 (commit (string-append "v" version))))
834 (file-name (git-file-name name version)) 834 (file-name (git-file-name name version))
835 (sha256 835 (sha256
836 (base32 836 (base32 "05c8zppc3cwgdrrir0nigjy2jm2pm8f6rl5xrhxl91cbnyar0bq9"))))
837 "1hanh7hzxmx0f6fp2ykabsg32snmp8y9pd7s5xix15r1gnn7lvp9"))))
838 (build-system pyproject-build-system) 837 (build-system pyproject-build-system)
839 (arguments 838 (arguments
840 (list 839 (list
840 #:build-backend "setuptools.build_meta" ;requires uv_build
841 #:phases 841 #:phases
842 #~(modify-phases %standard-phases 842 #~(modify-phases %standard-phases
843 ;; Project's repository contains go, java, javascript, perl, python 843 ;; Project's repository contains go, java, javascript, perl, python