Unverified Commit 439a862a authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #269567 from NixOS/backport-269436-to-release-23.11

[Backport release-23.11] python313: 3.13.0a1 -> 3.13.0a2
parents ecd25681 319e9463
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -109,9 +109,9 @@ in {
      major = "3";
      minor = "13";
      patch = "0";
      suffix = "a1";
      suffix = "a2";
    };
    hash = "sha256-8Cgb8izABBQ2HBT8kZcYPn6y6rtylla2lEIiT7tj7ss=";
    hash = "sha256-ttRrRBkMTAJCHraaBC0WsMVUgb3agYxsQW3CRBE6nC0=";
    inherit (darwin) configd;
    inherit passthruFun;
  };