python3Packages.thespian: 3.10.1 -> 3.10.3
This commit is contained in:
parent
38e765fcfc
commit
1ebdc80b24
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
{ fetchPypi, buildPythonPackage, lib }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.10.1";
|
||||
version = "3.10.3";
|
||||
pname = "thespian";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "e00bba5b0b91f9d7ec3df0ac671136df7a7be0a14dfea38ca3850488bca73d8c";
|
||||
sha256 = "d9152089f239c80339eb0431b9561966a841fb3ab0d043b36fa47934fc7956f2";
|
||||
};
|
||||
|
||||
# Do not run the test suite: it takes a long time and uses
|
||||
|
|
Loading…
Reference in a new issue