gnu: python-pyinstrument: Update to 4.6.2.

* gnu/packages/python-check.scm (python-pyinstrument): Update to 4.6.2.

Change-Id: I28e147272f273c04f7221f6d4f70677aee9a3747
This commit is contained in:
Sharlatan Hellseher 2024-02-11 11:35:46 +00:00
parent 120e2a64da
commit bcd9a40c49
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -320,13 +320,13 @@ (define-public python-junit-xml
(define-public python-pyinstrument
(package
(name "python-pyinstrument")
(version "4.1.1")
(version "4.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyinstrument" version))
(sha256
(base32 "18n3waxsxcd48pmcp8158s5rlancll2000amrdck9zfj5hfpkhhx"))))
(base32 "1xnp1pjhcj1xl4dq20yzzj9599cmiyxb2azblsyjnl6qgr8yw0h0"))))
(build-system python-build-system)
(native-inputs
(list python-flaky