We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0142f5e + a7bd4cf commit 8f44ef0Copy full SHA for 8f44ef0
pkgs/development/python-modules/sphinx-intl/default.nix
@@ -13,14 +13,14 @@
13
14
buildPythonPackage rec {
15
pname = "sphinx-intl";
16
- version = "2.3.0";
+ version = "2.3.1";
17
pyproject = true;
18
19
src = fetchFromGitHub {
20
owner = "sphinx-doc";
21
repo = "sphinx-intl";
22
- rev = "refs/tags/${version}";
23
- hash = "sha256-j14iZdFBSOHqopJcMYMcQdf3zggRUCzTwcquImhhVpE=";
+ tag = version;
+ hash = "sha256-VrWtRdI9j/y2m7kN7/m/5cdxpI0dAaiprdXKt8m6MPc=";
24
};
25
26
build-system = [ setuptools ];
0 commit comments