python311Packages.piccolo-theme: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm
2024-06-16 09:46:11 +00:00
parent bd8d034e65
commit bf628c2b2d
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "piccolo-theme";
version = "0.22.0";
version = "0.23.0";
format = "setuptools";
src = fetchPypi {
pname = "piccolo_theme";
inherit version;
hash = "sha256-TAbaUnPfAH17BYJqbkSYgNzwmpJkIXGCx1UkJmDML4g=";
hash = "sha256-jlnKZK2wuEM+n+3Y59U6+LyQJRBUwQAn0NarAGlNdx0=";
};
propagatedBuildInputs = [ sphinx ];