sphinxygen: 1.0.4 -> 1.0.10 (#386089)

This commit is contained in:
emaryn 2025-03-02 02:41:26 +08:00 committed by GitHub
parent 40588af9f4
commit d31542841a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" ];