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 #17 received at 77858 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/check.scm (python-crosshair): Update to 0.0.86.
Change-Id: Ida2887ad8dc140e174532dccc69542af26f0cffb
---
gnu/packages/check.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 3580841047..873cbb252a 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2805,13 +2805,13 @@ (define-public python-pytest-sugar
(define-public python-crosshair
(package
(name "python-crosshair")
- (version "0.0.84")
+ (version "0.0.86")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "crosshair-tool" version))
+ (uri (pypi-uri "crosshair_tool" version))
(sha256
- (base32 "1j6icn5f206yld9871p7a3v45jg8d8v4bhxh09lq3kzi09gr7maz"))))
+ (base32 "19zrv6gsap0qwn4rrs1wwajg0gkq7ys8qijsilmjrhc73dylgl72"))))
(build-system pyproject-build-system)
(arguments
(list
base-commit: cb642fb70c1b35cb5ad75e3da4a5c28e5a2af5df
--
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.