rocmPackages_5.rocm-docs-core: 1.8.2 -> 1.12.0 (#364170)

This commit is contained in:
Wolfgang Walther
2025-01-01 21:00:46 +01:00
committed by GitHub
@@ -24,14 +24,14 @@
# FIXME: Move to rocmPackages_common
buildPythonPackage rec {
pname = "rocm-docs-core";
version = "1.8.2";
version = "1.12.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "rocm-docs-core";
rev = "v${version}";
hash = "sha256-BB3jXs6tf9PKGOl/hDnTR5jm6+TTWUp1GXbmDVelVfU=";
hash = "sha256-++Vi0jZLtHWsGy5IUohgF3P+Q6Jg/d0xWyDA6urbHUA=";
};
buildInputs = [ setuptools ];