Skip to content

Commit 9e5cb7f

Browse files
authored
python313Packages.lxmf: 0.6.1 -> 0.6.2 (NixOS#378378)
2 parents 1898bbc + d3ceac2 commit 9e5cb7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/lxmf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "lxmf";
12-
version = "0.6.1";
12+
version = "0.6.2";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "markqvist";
1919
repo = "lxmf";
2020
tag = version;
21-
hash = "sha256-9eq/VoIgHGYLERLqFHGLPmIyv28rD78eZnd6zVfWod8=";
21+
hash = "sha256-QUWQlU2S1tBKXYOODXP7x8p8lIlWJVIvF0bRrEFYJMY=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)