1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

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

View file

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