Unverified Commit 6a5142bc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.mitogen: 0.3.13 -> 0.3.14 (#349390)

parents 57a321ec a24e412f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "mitogen";
  version = "0.3.13";
  version = "0.3.14";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "mitogen-hq";
    repo = "mitogen";
    rev = "refs/tags/v${version}";
    hash = "sha256-tQz79OVhUWrmsV05l8ScPAUVecrT55fFn74zpjVxBmg=";
    hash = "sha256-Gacn3EjyNq5LtjfbCczO+fqlq6+KgzxFs4d/K2xttHE=";
  };

  build-system = [ setuptools ];