Merge pull request #244820 from r-ryantm/auto-update/python310Packages.piccolo-theme
python310Packages.piccolo-theme: 0.15.0 -> 0.16.1
This commit is contained in:
commit
ca881a5310
@ -2,12 +2,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "piccolo-theme";
|
||||
version = "0.15.0";
|
||||
version = "0.16.1";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "piccolo_theme";
|
||||
inherit version;
|
||||
hash = "sha256-8VxkrzADp3yCeb02BxtT6oSP1FCX8GW4oc6OECK2hJw=";
|
||||
hash = "sha256-4VOJ7l6tBhMBZ2x+T5Bl5WdnMg4JEBkwaGDA/9XUmc8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Clean and modern Sphinx theme";
|
||||
homepage = "https://piccolo-theme.readthedocs.io";
|
||||
license = licenses.mit;
|
||||
license = with licenses; [ mit asl20 ];
|
||||
maintainers = with maintainers; [ loicreynier ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user