Skip to content

Commit

Permalink
python311Packages.sphinxext-opengraph: 0.8.2 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 11, 2023
1 parent f209847 commit 3765e9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "sphinxext-opengraph";
version = "0.8.2";
version = "0.9.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "wpilibsuite";
repo = "sphinxext-opengraph";
rev = "refs/tags/v${version}";
hash = "sha256-SrZTtVzEp4E87fzisWKHl8iRP49PWt5kkJq62CqXrBc=";
hash = "sha256-ZLIxbFgayG+WVvSXu74eZJ/PbSHg6dzkkIr1OBry4DE=";
};

SETUPTOOLS_SCM_PRETEND_VERSION = version;
Expand Down

0 comments on commit 3765e9f

Please sign in to comment.