Revert "python: buildbot-worker: 2.3.0 -> 2.3.1"
This reverts commit 67ffa0330a8df5a2bbda2fc4d69eae2f4f3f8702. Resolves: #63611
This commit is contained in:
parent
cd1bc95193
commit
bff304c7fe
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage (rec {
|
buildPythonPackage (rec {
|
||||||
pname = "buildbot-worker";
|
pname = "buildbot-worker";
|
||||||
version = "2.3.1";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "a26c68debb70f15abee307aff7b225e91a2eedca9c8d571212c391e615c36f53";
|
sha256 = "0nldf4ws1nrkhbapxiy2s8j9fjfbkhp17c5912p6qy3ximfcfa93";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ twisted future ];
|
propagatedBuildInputs = [ twisted future ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user