We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1898bbc + d3ceac2 commit 9e5cb7fCopy full SHA for 9e5cb7f
pkgs/development/python-modules/lxmf/default.nix
@@ -9,7 +9,7 @@
9
10
buildPythonPackage rec {
11
pname = "lxmf";
12
- version = "0.6.1";
+ version = "0.6.2";
13
pyproject = true;
14
15
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
18
owner = "markqvist";
19
repo = "lxmf";
20
tag = version;
21
- hash = "sha256-9eq/VoIgHGYLERLqFHGLPmIyv28rD78eZnd6zVfWod8=";
+ hash = "sha256-QUWQlU2S1tBKXYOODXP7x8p8lIlWJVIvF0bRrEFYJMY=";
22
};
23
24
build-system = [ setuptools ];
0 commit comments