python311Packages.piccolo-theme: 0.20.0 -> 0.21.0

This commit is contained in:
R. Ryantm 2024-04-02 09:13:59 +00:00
parent cb1f3bcd8b
commit e85de2aadb

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "piccolo-theme";
version = "0.20.0";
version = "0.21.0";
format = "setuptools";
src = fetchPypi {
pname = "piccolo_theme";
inherit version;
hash = "sha256-/I6Q///oZ1OlSQEOwQ4KtUuj73ra6poyDhfhiF5nJrE=";
hash = "sha256-mQqZ6Rwx0VoDBVQ0zbvCOmAMKAMv67Xd1ksYW6w2QPM=";
};
propagatedBuildInputs = [