rocmPackages.rocm-docs-core: 0.34.0 -> 1.11.0

This commit is contained in:
R. Ryantm
2024-12-11 10:10:17 +00:00
parent d87246a418
commit 46435b25d3
@@ -23,14 +23,14 @@
# FIXME: Move to rocmPackages_common
buildPythonPackage rec {
pname = "rocm-docs-core";
version = "0.34.0";
version = "1.11.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "ROCm";
repo = "rocm-docs-core";
rev = "v${version}";
hash = "sha256-p75g68Dn0RrjX9vYY+AWNu0qOKTLsBCnOZekMO0Usho=";
hash = "sha256-JDpwR56vcCJgCTOM3RsK6KygZTLylQtDcZ+0W93lAAk=";
};
buildInputs = [ setuptools ];