Merge pull request #134822 from fabaff/bump-stevedore

This commit is contained in:
Sandro 2021-08-19 21:19:14 +02:00 committed by GitHub
commit e9a9483b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "stevedore";
version = "3.3.0";
version = "3.4.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "3a5bbd0652bf552748871eaa73a4a8dc2899786bc497a2aa1fcb4dcdb0debeee";
sha256 = "18aaxj4nrki0bjgzmqxqy20m7763q1xmwishy6biicapgzdqxdar";
};
propagatedBuildInputs = [