python3Packages.awacs: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm
2026-06-11 11:25:28 +00:00
parent edf8e66dd6
commit 66f38ea435
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "awacs";
version = "2.5.0";
version = "2.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-mdU88KH1bxsJROG70tS2FYvRSrlHlBK9GKxR4gg1OFw=";
hash = "sha256-eRmxXir9X08+YEVE+Bxa+OuasPokgcUoc1SJWGeRJ58=";
};
build-system = [