Unverified Commit ea4dafd6 authored by Nick Cao's avatar Nick Cao
Browse files
parent 1a9d9175
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "mautrix";
  version = "0.19.7";
  version = "0.19.8";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "mautrix";
    repo = "python";
    rev = "refs/tags/v${version}";
    hash = "sha256-uL4eNMe+NXyE+kLy87zZPNBDuMnAt3KHT01ryFVfBZU=";
    hash = "sha256-AQJyOpPzmDqynp8zXw8BF52kUCOgmZrNceF6/cneig0=";
  };

  propagatedBuildInputs = [