python3Packages.srctools: 2.6.1 -> 2.6.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:59 +01:00
parent 32a2bd0890
commit 0a490256da
@@ -14,7 +14,7 @@
}:
let
pname = "srctools";
version = "2.6.1";
version = "2.6.2";
in
buildPythonPackage {
inherit pname version;
@@ -22,7 +22,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-EPdK8IALfcPhfzHiAR2FC821Z0Igkik9+mpky3eIsoM=";
hash = "sha256-c+NmrTntpNTEI782aoC4bNpoKpWe4cqSAkxpYS5HH30=";
};
build-system = [