Skip to content

Commit 8f44ef0

Browse files
authored
python312Packages.sphinx-intl: 2.3.0 -> 2.3.1 (#363332)
2 parents 0142f5e + a7bd4cf commit 8f44ef0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/sphinx-intl/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "sphinx-intl";
16-
version = "2.3.0";
16+
version = "2.3.1";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "sphinx-doc";
2121
repo = "sphinx-intl";
22-
rev = "refs/tags/${version}";
23-
hash = "sha256-j14iZdFBSOHqopJcMYMcQdf3zggRUCzTwcquImhhVpE=";
22+
tag = version;
23+
hash = "sha256-VrWtRdI9j/y2m7kN7/m/5cdxpI0dAaiprdXKt8m6MPc=";
2424
};
2525

2626
build-system = [ setuptools ];

0 commit comments

Comments
 (0)