python: thespian: 3.9.1 -> 3.9.2
This commit is contained in:
parent
25a8116a5b
commit
bbcc2eb34e
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchPypi, buildPythonPackage, lib }:
|
{ stdenv, fetchPypi, buildPythonPackage, lib }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "3.9.1";
|
version = "3.9.2";
|
||||||
pname = "thespian";
|
pname = "thespian";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "0b303bv85176xd5mf3q5j549s28wi70ck2xxgj1cvpydh23dzipb";
|
sha256 = "aec9793fecf45bb91fe919dc61b5c48a4aadfb9f94b06cd92883df7952eacf95";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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
Block a user