Commit 0c67ffef authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.aiomisc: 17.9.4 -> 17.9.6

parent d229de74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "aiomisc";
  version = "17.9.4";
  version = "17.9.6";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-oSwMhomcPIN2JYterJuBUcmJtUx3rayADH1ugah+pI8=";
    hash = "sha256-qZcoKRXbBbRY2cTY2bTFTk+IpqJ5Pe+szfA76G7kJ+Q=";
  };

  build-system = [ poetry-core ];