Commit 583dc103 authored by Mario Rodas's avatar Mario Rodas
Browse files

mloader: 1.1.9 -> 1.1.11

parent 05698bba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

python3Packages.buildPythonApplication rec {
  pname = "mloader";
  version = "1.1.9";
  version = "1.1.11";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "81e4dc7117999d502e3345f8e32df8b16cca226b8b508976dde2de81a4cc2b19";
    sha256 = "sha256-SFFjv4RWh1JZtxkDmaun35gKi5xty1ifIItwaz3lot4=";
  };

  postPatch = ''