Unverified Commit 4b86c13e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #312018 from r-ryantm/auto-update/python311Packages.aiomisc

python311Packages.aiomisc: 17.5.15 -> 17.5.19
parents 10955966 cd59743d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "aiomisc";
  version = "17.5.15";
  version = "17.5.19";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-tfJm0W20UeuWIrihXpEmbiX5+Zs1ASIzJbhjodLdctI=";
    hash = "sha256-0tcWfi4zxqDDMknDPOLNm+S+K1qmHQ5n/PqNFyNbwZg=";
  };

  build-system = [ poetry-core ];