python: thespian: 3.10.0 -> 3.10.1
This commit is contained in:
parent
e4a032d246
commit
c5e92ef251
|
@ -1,13 +1,13 @@
|
||||||
{ fetchPypi, buildPythonPackage, lib }:
|
{ fetchPypi, buildPythonPackage, lib }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "3.10.0";
|
version = "3.10.1";
|
||||||
pname = "thespian";
|
pname = "thespian";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "0n85nhj5hr8kv33jk4by8hnxm3kni5f4z1jhiw27dlf6cbgsv892";
|
sha256 = "e00bba5b0b91f9d7ec3df0ac671136df7a7be0a14dfea38ca3850488bca73d8c";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue