Merge pull request #297203 from r-ryantm/auto-update/python311Packages.lxmf

python311Packages.lxmf: 0.4.1 -> 0.4.2
This commit is contained in:
Fabian Affolter 2024-03-19 20:45:43 +01:00 committed by GitHub
commit 45838d1d50
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.1";
version = "0.4.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-sEim7bCLLkHo6A1onbDQruyNigVKtim5DDAQI8CYUVo=";
hash = "sha256-JDD1X0/5xuqGN/Qw67tTFqfoWUd7Ah80/mimK01tG6Y=";
};
nativeBuildInputs = [