python37Packages.billiard: 3.5.0.4 -> 3.5.0.5 (#52121)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-billiard/versions
This commit is contained in:
R. RyanTM 2018-12-16 05:10:57 -08:00 committed by Robert Schütz
parent 3e3239b9e9
commit 93cde0b7c8

View File

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