Skip to content

Commit ec5e69d

Browse files
committed
1 parent 9c9f5b1 commit ec5e69d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1818
buildPythonPackage rec {
1919
pname = "lacuscore";
20-
version = "1.12.8";
20+
version = "1.12.9";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "ail-project";
2727
repo = "LacusCore";
2828
tag = "v${version}";
29-
hash = "sha256-blQhnQoNMXQhNQJ7EXawoYHxbPEgPmLltoLQTzsKwtA=";
29+
hash = "sha256-kh/INvFeSDvvhzryhkSzgtTsIIh4YF6FjDxjUG0hz6E=";
3030
};
3131

3232
pythonRelaxDeps = [

0 commit comments

Comments
 (0)