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:
Nick Cao 2023-07-23 19:27:34 -06:00 committed by GitHub
commit ca881a5310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};