python36Packages.stevedore: 1.29.0 -> 1.30.0

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.6-stevedore/versions
This commit is contained in:
R. RyanTM 2018-11-08 17:13:53 -08:00
parent a054d74507
commit 84a4c52529
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "stevedore"; pname = "stevedore";
version = "1.29.0"; version = "1.30.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8"; sha256 = "0161pwgv6514ks6lky8642phlcqks5w8j5sacdnbfgx5s6nwfaxr";
}; };
doCheck = false; doCheck = false;