diff --git a/dev-python/sphinxext-opengraph/Manifest b/dev-python/sphinxext-opengraph/Manifest index aa4711c3ba..aae23a22aa 100644 --- a/dev-python/sphinxext-opengraph/Manifest +++ b/dev-python/sphinxext-opengraph/Manifest @@ -1 +1 @@ -DIST sphinxext-opengraph-0.9.0.tar.gz 1034489 BLAKE2B 86e268d30ddf679f97d646b23130d13c527ab89105359dfce901198a9103303b1e740bb9767dcf26eb3ed89329550aa328e68a07d49c7658b93934ac8b799e1a SHA512 f7c06b71336169258c20c3c2ce445ab95a3827de1adc51b73f918058c7373aec137aae658193998f8b7876e47662b4a3a48d56e17d28f88a14a05cc10775a3b8 +DIST sphinxext-opengraph-0.9.1.tar.gz 1034511 BLAKE2B 3967c98a53f0e2a55be659741efe29ecc167413de570ba58d54cbe5f14679f1f5ba9613e4579372fb38ff602a7ef4744a6d00793bec5ca0eda800cf6f1e1ba4e SHA512 0f23e5269baccd675d67588597175adf0322942bf0c8ca76b4f22bd14b4574f1f4d2328e476293253bc9b92aec7b9311c17ac301b762ec3d4c2a6c3cd072cb91 diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.0.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild similarity index 84% rename from dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.0.ebuild rename to dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild index 7c1022d5ae..2485f75de4 100644 --- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.0.ebuild +++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,11 +9,11 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -hash="e261d13676a53f1909ff38edd41a5d83df84dace2625b2fe9e8a679d4ef3" +hash="4302fe33c88dbfb572e2c1cad26735164c23f16fb8dba94ddb1867d0ef06" DESCRIPTION="Sphinx extension to generate unique OpenGraph metadata" HOMEPAGE="https://github.com/wpilibsuite/sphinxext-opengraph" -SRC_URI="https://files.pythonhosted.org/packages/e7/b0/${hash}/${P}.tar.gz" +SRC_URI="https://files.pythonhosted.org/packages/1c/5b/${hash}/${P}.tar.gz" LICENSE="BSD" SLOT="0"