Merge pull request #313115 from r-ryantm/auto-update/python311Packages.piccolo-theme

python311Packages.piccolo-theme: 0.21.0 -> 0.22.0
This commit is contained in:
OTABI Tomoya 2024-05-21 17:30:15 +09:00 committed by GitHub
commit 891918ba34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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