Unverified Commit a6352a10 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.lxmf: 0.9.1 -> 0.9.2 (#461268)

parents 150599b0 74ab1bc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "lxmf";
  version = "0.9.1";
  version = "0.9.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "markqvist";
    repo = "lxmf";
    tag = version;
    hash = "sha256-5sY6Sf4oRwSXQR0YAfqeSmW1aASTT2iZLd5+BFx+5Mw=";
    hash = "sha256-9xmg0ofp/0Cy8+et80qWNFIRyiF3vTmdzACLIO+t27U=";
  };

  build-system = [ setuptools ];