···11{ fetchPypi, buildPythonPackage, lib }:2233buildPythonPackage rec {44- version = "3.9.5";44+ version = "3.9.7";55 pname = "thespian";6677 src = fetchPypi {88 inherit pname version;99 extension = "zip";1010- sha256 = "4de3d599d898bf22a311248e749bb21920a8b0f6139f80489352bcb950835db2";1010+ sha256 = "fc968325894f812098f4fde4341c1734050bb1b742d8decf62ae9704c761f577";1111 };12121313 # Do not run the test suite: it takes a long time and uses