Skip to content

Commit 937e716

Browse files
committed
1 parent 7eeb326 commit 937e716

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • pkgs/development/python-modules/sphinxext-opengraph

pkgs/development/python-modules/sphinxext-opengraph/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22
, buildPythonPackage
33
, fetchFromGitHub
44
, sphinx
5+
, matplotlib
56
, pytestCheckHook
67
, beautifulsoup4
78
, setuptools-scm
89
}:
910

1011
buildPythonPackage rec {
1112
pname = "sphinxext-opengraph";
12-
version = "0.7.5";
13+
version = "0.8.1";
1314

1415
src = fetchFromGitHub {
1516
owner = "wpilibsuite";
1617
repo = "sphinxext-opengraph";
1718
rev = "refs/tags/v${version}";
18-
hash = "sha256-fNtXj7iYX7rSaGO6JcxC+PvR8WzTFl8gYwHyRExYdfI=";
19+
hash = "sha256-3q/OKkLtyA1Dw2PfTT4Fmzyn5qPbjprekpE7ItnFNUo=";
1920
};
2021

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

2728
propagatedBuildInputs = [
2829
sphinx
30+
matplotlib
2931
];
3032

3133
nativeCheckInputs = [

0 commit comments

Comments
 (0)