From 69302619f24a4d4aad9860baae0b54d0aac4ede2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 17 Nov 2024 20:10:51 +0000 Subject: gnu: python-blinker: Update to 1.9.0. * gnu/packages/python-xyz.scm (python-blinker): Update to 1.9.0. [build-system]: Swapt to pyproject-build-system. [native-inputs]: Add python-flit-core, python-pytest, and python-pytest-asyncio. Change-Id: I0fe81403b9cd08ad9eabe11926f2817304a36ec5 --- gnu/packages/python-xyz.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5263ea3fb4..29123d7952 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8634,15 +8634,19 @@ (define-public python-black-macchiato (define-public python-blinker (package (name "python-blinker") - (version "1.4") + (version "1.9.0") (source (origin (method url-fetch) (uri (pypi-uri "blinker" version)) (sha256 (base32 - "1dpq0vb01p36jjwbhhd08ylvrnyvcc82yxx3mwjx6awrycjyw6j7")))) - (build-system python-build-system) + "1gs5aigi8v8k4cymm06gdgaylv5yps6yk5n8gigf9v5blxjj5kml")))) + (build-system pyproject-build-system) + (native-inputs + (list python-flit-core + python-pytest + python-pytest-asyncio)) (home-page "https://pythonhosted.org/blinker/") (synopsis "Fast, simple object-to-object and broadcast signaling") (description -- cgit v1.2.3