python310Packages.stevedore: 5.0.0 -> 5.1.0

This commit is contained in:
Fabian Affolter 2023-05-15 14:27:59 +02:00
parent 8d80108d6d
commit 03b35e6284

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "stevedore";
version = "5.0.0";
version = "5.1.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-LEKNIziXYnno6yGW96lJEJYNn3ui9B85iFEelcpEcCE=";
hash = "sha256-pUU0rPm4m8ftJkgHATtQW/B/dNvkvPo30yvQY4cLCHw=";
};
propagatedBuildInputs = [