python3Packages.triton: 3.5.1 -> 3.6.0

Diff: https://github.com/triton-lang/triton/compare/v3.5.1...v3.6.0
This commit is contained in:
Gaetan Lepage
2026-02-24 07:50:50 +00:00
parent 8d1238afcf
commit 3f23cd80d1
@@ -44,7 +44,7 @@
buildPythonPackage (finalAttrs: {
pname = "triton";
version = "3.5.1";
version = "3.6.0";
pyproject = true;
# Remember to bump triton-llvm as well!
@@ -52,7 +52,7 @@ buildPythonPackage (finalAttrs: {
owner = "triton-lang";
repo = "triton";
tag = "v${finalAttrs.version}";
hash = "sha256-dyNRtS1qtU8C/iAf0Udt/1VgtKGSvng1+r2BtvT9RB4=";
hash = "sha256-JFSpQn+WsNnh7CAPlcpOcUp0nyKXNbJEANdXqmkt4Tc=";
};
patches = [