GNU bug report logs -
#77858
[PATCH 0/2] Update python-crosshair to 0.0.86
Previous Next
Reported by: Troy Figiel <troy <at> troyfigiel.com>
Date: Thu, 17 Apr 2025 08:34:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 77858 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/check.scm (python-crosshair): Update to 0.0.86.
Change-Id: Ibf22bfd05890ea4d1a25c832d3f6e77c612a4b23
---
gnu/packages/check.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index b79763f5de..34c5afefc0 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2825,13 +2825,13 @@ (define-public python-pytest-sugar
(define-public python-crosshair
(package
(name "python-crosshair")
- (version "0.0.76")
+ (version "0.0.86")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "crosshair-tool" version))
+ (uri (pypi-uri "crosshair_tool" version))
(sha256
- (base32 "1yvbhzs7r85gn4d7drl7p7vi1f5cga1xyy3mzxy3fglyf8kxyakh"))))
+ (base32 "19zrv6gsap0qwn4rrs1wwajg0gkq7ys8qijsilmjrhc73dylgl72"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2853,7 +2853,7 @@ (define-public python-crosshair
(("typing-inspect>=0.7.1") "typing-inspect>=0.6.0")
;; 'sanity-check fails for z3-solver, although it is
;; included in 'propagated-inputs.
- (("z3-solver==4.13.0.0") ""))))
+ (("z3-solver>=4.13.0.0") ""))))
(add-before 'check 'set-test-env
(lambda _
(setenv "PYTHONHASHSEED" "0")))))) ;tests rely on this value
--
2.48.1
This bug report was last modified 27 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.