python3Packages.automx2: 2025.1.1 -> 2026.0

This commit is contained in:
R. Ryantm
2026-02-13 16:25:39 +00:00
parent dd20cb70d7
commit 9bee97c848
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "automx2";
version = "2025.1.1";
version = "2026.0";
pyproject = true;
src = fetchFromGitHub {
owner = "rseichter";
repo = "automx2";
tag = version;
hash = "sha256-wsKE1lplFUOi6i12ZMV9Oidc58jyuYawbAxJ4qqcYmg=";
hash = "sha256-7tMcX4BZ6yxlYGy2/3Ffr0X7xtPgcC9YtKcoz1i32sM=";
};
build-system = [ setuptools ];