1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python37Packages.stevedore: 1.30.0 -> 1.30.1 (#57459)

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-stevedore/versions
This commit is contained in:
R. RyanTM 2019-03-15 09:13:53 -07:00 committed by Robert Schütz
parent 739cf7d8ed
commit 40a1273be1

View file

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