python3Packages.thespian: 3.10.3 -> 3.10.5

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:40 +02:00
parent f00f4ed645
commit a0471b5f7f

View file

@ -1,13 +1,13 @@
{ fetchPypi, buildPythonPackage, lib }: { fetchPypi, buildPythonPackage, lib }:
buildPythonPackage rec { buildPythonPackage rec {
version = "3.10.3"; version = "3.10.5";
pname = "thespian"; pname = "thespian";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
extension = "zip"; extension = "zip";
sha256 = "d9152089f239c80339eb0431b9561966a841fb3ab0d043b36fa47934fc7956f2"; sha256 = "17adad8afbc4779a01f34a6595c63fceccfd21f10556b85a261338eb99b5d306";
}; };
# Do not run the test suite: it takes a long time and uses # Do not run the test suite: it takes a long time and uses