mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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 {
|
||||
pname = "sphinxygen";
|
||||
version = "1.0.4";
|
||||
version = "1.0.10";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "drobilla";
|
||||
repo = "sphinxygen";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-TIACg89E/BaMwPgFqj6JUncq7BI5xQ9jUDe4nQ9YiI4=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Xii5pDa1eHrHUKERC2gDif/NIkpab/IZYBRvMq9YKtE=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
setuptools
|
||||
];
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
||||
pythonImportsCheck = [ "sphinxygen" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue