python: billiard: 3.5.0.3 -> 3.5.0.4

This commit is contained in:
Frederik Rietdijk 2018-07-22 12:05:17 +02:00
parent 1b2297a60d
commit 7f19f1ea63

View file

@ -2,12 +2,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "billiard"; pname = "billiard";
version = "3.5.0.3"; version = "3.5.0.4";
disabled = isPyPy; disabled = isPyPy;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1d7b22bdc47aa52841120fcd22a74ae4fc8c13e9d3935643098184f5788c3ce6"; sha256 = "ed65448da5877b5558f19d2f7f11f8355ea76b3e63e1c0a6059f47cfae5f1c84";
}; };
buildInputs = [ pytest case ]; buildInputs = [ pytest case ];