Unverified Commit 937e716d authored by Luflosi's avatar Luflosi
Browse files
parent 7eeb3262
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, sphinx
, matplotlib
, pytestCheckHook
, beautifulsoup4
, setuptools-scm
@@ -9,13 +10,13 @@

buildPythonPackage rec {
  pname = "sphinxext-opengraph";
  version = "0.7.5";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "wpilibsuite";
    repo = "sphinxext-opengraph";
    rev = "refs/tags/v${version}";
    hash = "sha256-fNtXj7iYX7rSaGO6JcxC+PvR8WzTFl8gYwHyRExYdfI=";
    hash = "sha256-3q/OKkLtyA1Dw2PfTT4Fmzyn5qPbjprekpE7ItnFNUo=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;
@@ -26,6 +27,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    sphinx
    matplotlib
  ];

  nativeCheckInputs = [