mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python: thespian: 3.9.2 -> 3.9.4 (#44857)
This commit is contained in:
parent
35a05371b3
commit
a9c48a0ad3
@ -1,13 +1,13 @@
|
|||||||
{ fetchPypi, buildPythonPackage, lib }:
|
{ fetchPypi, buildPythonPackage, lib }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "3.9.2";
|
version = "3.9.4";
|
||||||
pname = "thespian";
|
pname = "thespian";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "aec9793fecf45bb91fe919dc61b5c48a4aadfb9f94b06cd92883df7952eacf95";
|
sha256 = "98766eb304ef922133baca12a75eedd8d9b709c58bd9af50bfa5593dc3ffe0e1";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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