tt-burnin: 0.2.4 -> 0.4.0 (#528723)
This commit is contained in:
@@ -6,21 +6,16 @@
|
||||
}:
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "tt-burnin";
|
||||
version = "0.2.4";
|
||||
version = "0.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tenstorrent";
|
||||
repo = "tt-burnin";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-/tnCLhA6zeUkVYhDtdohrZODwHxNTZbnsWgY2Gt16DQ=";
|
||||
hash = "sha256-NI32BerBCuMMulB2fsseeoWI50iklpNqMyTs4BArl2A=";
|
||||
};
|
||||
|
||||
# Remove when https://github.com/NixOS/nixpkgs/pull/444714 is merged
|
||||
pythonRelaxDeps = [
|
||||
"pyluwen"
|
||||
];
|
||||
|
||||
build-system = with python3Packages; [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
|
||||
Reference in New Issue
Block a user