Merge pull request #293816 from r-ryantm/auto-update/python312Packages.lxmf

python312Packages.lxmf: 0.4.0 -> 0.4.1
This commit is contained in:
Nick Cao 2024-03-06 17:42:30 -05:00 committed by GitHub
commit c69eb5cf62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-d0D12nnvLzrWoYTAF+kLMciDNkBtaRHwUAR9jrNsx1k=";
hash = "sha256-sEim7bCLLkHo6A1onbDQruyNigVKtim5DDAQI8CYUVo=";
};
nativeBuildInputs = [