From 2829c4311d0c21d983621ce8b2c5565ddbc5dbf4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 14 Jul 2025 15:40:25 +0100 Subject: Use python-hypothesis-next. * guix.scm: Import python-hypothesis-next instead of python-hypothesis. (python-pyhegp)[native-inputs]: Replace python-hypothesis with python-hypothesis-next. --- .guix/pyhegp-package.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.guix/pyhegp-package.scm b/.guix/pyhegp-package.scm index 7d3cfad..ced8637 100644 --- a/.guix/pyhegp-package.scm +++ b/.guix/pyhegp-package.scm @@ -17,7 +17,7 @@ ;;; along with pyhegp. If not, see . (define-module (pyhegp-package) - #:use-module ((gnu packages check) #:select (python-hypothesis python-pytest)) + #:use-module ((gnu packages check) #:select (python-hypothesis-next python-pytest)) #:use-module ((gnu packages python-build) #:select (python-flit-core)) #:use-module ((gnu packages python-science) #:select (python-scipy)) #:use-module ((gnu packages python-xyz) #:select (python-click python-numpy)) @@ -40,7 +40,7 @@ (build-system pyproject-build-system) (native-inputs (list python-flit-core - python-hypothesis + python-hypothesis-next python-pytest)) (propagated-inputs (list python-click -- cgit v1.2.3