mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
sphinxygen: 1.0.4 -> 1.0.10 (#386089)
This commit is contained in:
parent
40588af9f4
commit
d31542841a
1 changed files with 4 additions and 6 deletions
|
@ -6,19 +6,17 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "sphinxygen";
|
pname = "sphinxygen";
|
||||||
version = "1.0.4";
|
version = "1.0.10";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "drobilla";
|
owner = "drobilla";
|
||||||
repo = "sphinxygen";
|
repo = "sphinxygen";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-TIACg89E/BaMwPgFqj6JUncq7BI5xQ9jUDe4nQ9YiI4=";
|
hash = "sha256-Xii5pDa1eHrHUKERC2gDif/NIkpab/IZYBRvMq9YKtE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3.pkgs; [
|
build-system = with python3.pkgs; [ setuptools ];
|
||||||
setuptools
|
|
||||||
];
|
|
||||||
|
|
||||||
pythonImportsCheck = [ "sphinxygen" ];
|
pythonImportsCheck = [ "sphinxygen" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue