Merge pull request #300030 from r-ryantm/auto-update/python311Packages.pylacus

python311Packages.pylacus: 1.8.2 -> 1.9.0
This commit is contained in:
Fabian Affolter 2024-03-29 23:51:18 +01:00 committed by GitHub
commit 24296e63aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pylacus";
version = "1.8.2";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ail-project";
repo = "PyLacus";
rev = "refs/tags/v${version}";
hash = "sha256-wXdQe/4Xw/D0MRFqNfSKimJ99aCE7M7k1neT/+t7ixY=";
hash = "sha256-ytO9wtCkiC6CLWLkmSV/R+Rnx/W4Jv2dsgykZ2GB13U=";
};
build-system = [