alibuild: 1.17.21 -> 1.17.26

This commit is contained in:
R. Ryantm 2025-07-30 14:15:31 +00:00
parent 4e6038918f
commit 1876a3655c

View File

@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "alibuild";
version = "1.17.21";
version = "1.17.26";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-bUZJs1FnKbPCQYCURynN2L/6qu1w80aMxnWL4oYEJgI=";
hash = "sha256-Adiz+vIquMXWgwGSGwuQlVHiMaQhJiNAoAq5K8Ra4bc=";
};
build-system = with python3Packages; [