mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #245818 from marsam/update-sphinx-design
This commit is contained in:
commit
570f93b3e2
1 changed files with 4 additions and 3 deletions
|
@ -8,16 +8,16 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sphinx-design";
|
pname = "sphinx-design";
|
||||||
version = "0.4.1";
|
version = "0.5.0";
|
||||||
|
|
||||||
format = "flit";
|
format = "flit";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "sphinx_design";
|
pname = "sphinx_design";
|
||||||
hash = "sha256-W2QYukotw9g1kuoP9hpSqJH+chlaTDoYsvocdmjORwg=";
|
hash = "sha256-6OUTrOpvktFcbeOzTpVEWPJFuOdhtFtjlQ9lNzNSqwA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flit-core ];
|
nativeBuildInputs = [ flit-core ];
|
||||||
|
@ -29,6 +29,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A sphinx extension for designing beautiful, view size responsive web components";
|
description = "A sphinx extension for designing beautiful, view size responsive web components";
|
||||||
homepage = "https://github.com/executablebooks/sphinx-design";
|
homepage = "https://github.com/executablebooks/sphinx-design";
|
||||||
|
changelog = "https://github.com/executablebooks/sphinx-design/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ marsam ];
|
maintainers = with maintainers; [ marsam ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue