python310Packages.piccolo-theme: 0.15.0 -> 0.16.1

This commit is contained in:
R. Ryantm 2023-07-22 11:58:12 +00:00
parent 135dfbcd9d
commit 8e70675b30

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 = [