Merge pull request #324646 from fabaff/pylacus-bump

python312Packages.pylacus: 1.9.0 -> 1.10.0
This commit is contained in:
OTABI Tomoya
2024-07-05 11:59:01 +09:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pylacus";
version = "1.9.0";
version = "1.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "PyLacus";
rev = "refs/tags/v${version}";
hash = "sha256-ytO9wtCkiC6CLWLkmSV/R+Rnx/W4Jv2dsgykZ2GB13U=";
hash = "sha256-HPd/kF79Xb5kyYdOpm6ny6/rRNeu8WkTv7rM1Kpb7YI=";
};
build-system = [ poetry-core ];