Unverified Commit c98487e9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.automx2: 2025.1.1 -> 2026.0 (#490156)

parents 9d072bcf 9bee97c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];