python313Packages.pylacus: 1.13.1 -> 1.13.2 (#395417)

This commit is contained in:
Fabian Affolter 2025-04-02 20:00:54 +02:00 committed by GitHub
commit 72b5b1140c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylacus"; pname = "pylacus";
version = "1.13.1"; version = "1.13.2";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ail-project"; owner = "ail-project";
repo = "PyLacus"; repo = "PyLacus";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-oA2AuodhRox36gSp9adTdFIHQtmSoSaWmZYpvPnoHSQ="; hash = "sha256-EZhlAlZbxcZRpdeAqIwEXV9YPyleW2jnea+e5jRL1EE=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];