Unverified Commit 612838e8 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

rocmPackages.rocm-docs-core: 0.34.0 -> 1.11.0 (#277582)

parents 72855b75 46435b25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];