pythonPackages.timeout-decorator: 0.3.2 -> 0.4.0 (#40914)
This commit is contained in:
committed by
Robert Schütz
parent
57d591ec7f
commit
05db1a11a9
@@ -0,0 +1,16 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi }:
|
||||
buildPythonPackage rec {
|
||||
pname = "timeout-decorator";
|
||||
version = "0.4.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1bckwbi5078z3x9lyf8vl9dhx10nymwwnp46c98wm5m02x5j37g4";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Timeout decorator";
|
||||
license = licenses.mit;
|
||||
homepage = https://github.com/pnpnpn/timeout-decorator;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user