Commit ea58c46e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.stevedore: 4.1.0 -> 4.1.1

parent ef166d7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildPythonPackage rec {
  pname = "stevedore";
  version = "4.1.0";
  version = "4.1.1";
  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-AlGKjw1tKb6KRFt/KsY3U/8p6PKi+qAXd1aNVQDXd6Y=";
    sha256 = "sha256-f4rrbj+Q+WgywwG/8hp+te776JTIjFBkg9NVVl2IzBo=";
  };

  propagatedBuildInputs = [