Merge pull request #307964 from Astavie/sphinx-intl

sphinx-intl: 2.1.0 -> 2.2.0
This commit is contained in:
Weijia Wang 2024-05-12 20:49:15 +02:00 committed by GitHub
commit b0d81c0bd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "sphinx-intl";
version = "2.1.0";
format = "setuptools";
version = "2.2.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "sphinx-doc";
repo = pname;
rev = version;
hash = "sha256-U/YCviGrsZNruVzfP0P2dGcB0K0Afh+XUZtp71OeP6c=";
hash = "sha256-4sFKrUSk8DqPbEM+Q3cRijXyxRSIdkIEAI/mAmB0wB0=";
};
propagatedBuildInputs = [