Merge pull request #207417 from r-ryantm/auto-update/python310Packages.sphinxext-opengraph

python310Packages.sphinxext-opengraph: 0.7.3 -> 0.7.4
This commit is contained in:
Jonas Heinrich 2022-12-24 23:52:34 +01:00 committed by GitHub
commit 7c6824d150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "sphinxext-opengraph";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "wpilibsuite";
repo = "sphinxext-opengraph";
rev = "v${version}";
hash = "sha256-KzbtuDTMXsp9yf3hiiG6VzpUbSEm3bOtujApsG37H14=";
rev = "refs/tags/v${version}";
hash = "sha256-N8448GHg/lR7z7Y4F4vO7z+wAeaboo8Cj0X+HSyToAA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;