···1{ stdenv, fetchPypi, buildPythonPackage, lib }:
23buildPythonPackage rec {
4- version = "3.9.1";
5 pname = "thespian";
6 name = "${pname}-${version}";
78 src = fetchPypi {
9 inherit pname version;
10 extension = "zip";
11- sha256 = "0b303bv85176xd5mf3q5j549s28wi70ck2xxgj1cvpydh23dzipb";
12 };
1314 # Do not run the test suite: it takes a long time and uses
···1{ stdenv, fetchPypi, buildPythonPackage, lib }:
23buildPythonPackage rec {
4+ version = "3.9.2";
5 pname = "thespian";
6 name = "${pname}-${version}";
78 src = fetchPypi {
9 inherit pname version;
10 extension = "zip";
11+ sha256 = "aec9793fecf45bb91fe919dc61b5c48a4aadfb9f94b06cd92883df7952eacf95";
12 };
1314 # Do not run the test suite: it takes a long time and uses