From fd384c259af93ab090395cb7d5f9c80f6e521eb9 Mon Sep 17 00:00:00 2001 From: techchud Date: Sun, 17 Aug 2025 19:24:07 -0500 Subject: fix python requests futures again with updated pyflaeks --- sherlock.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/sherlock.scm b/sherlock.scm index 2b4875a..1482efc 100644 --- a/sherlock.scm +++ b/sherlock.scm @@ -121,3 +121,20 @@ (description "Hunt down social media accounts by username across social networks.") (license expat))) +(define-public python-pyflakes + (package + (name "python-pyflakes") + (version "3.3.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pyflakes" version)) + (sha256 + (base32 "0sspm7kgdrw9g4a1dn767d2idghnmiqi2y5gzbfabywpggc63zbd")))) + (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) + (home-page "https://github.com/PyCQA/pyflakes") + (synopsis "passive checker of Python programs") + (description "passive checker of Python programs.") + (license expat))) + -- cgit v1.2.3