python3Packages.triton: 3.5.0 -> 3.5.1

Diff: https://github.com/triton-lang/triton/compare/v3.5.0...v3.5.1

Changelog: https://github.com/triton-lang/triton/releases/tag/v3.5.1
This commit is contained in:
Gaetan Lepage
2025-11-18 07:35:27 +00:00
parent 66a07fe1a9
commit 1408d95270
@@ -43,7 +43,7 @@
buildPythonPackage rec {
pname = "triton";
version = "3.5.0";
version = "3.5.1";
pyproject = true;
# Remember to bump triton-llvm as well!
@@ -51,7 +51,7 @@ buildPythonPackage rec {
owner = "triton-lang";
repo = "triton";
tag = "v${version}";
hash = "sha256-F6T0n37Lbs+B7UHNYzoIQHjNNv3TcMtoXjNrT8ZUlxY=";
hash = "sha256-dyNRtS1qtU8C/iAf0Udt/1VgtKGSvng1+r2BtvT9RB4=";
};
patches = [