Skip to content

Commit

Permalink
python312Packages.lxmf: 0.5.7 -> 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Nov 25, 2024
1 parent 073e31e commit 5d33f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/lxmf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "lxmf";
version = "0.5.7";
version = "0.5.8";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-ekemsCs3Ils8ovDTzyi6aQ4Z0bnfTKpuQYBeh1MA94Q=";
hash = "sha256-68c4KrXudjs6YGi282pa31XwbvjsXgKVQ2e+zPBYHf4=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 5d33f18

Please sign in to comment.