Unverified Commit 1704f287 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python311Packages.piccolo-theme: 0.14.0 -> 0.15.0
parents e9338428 8aaf7911
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

buildPythonPackage rec {
  pname = "piccolo-theme";
  version = "0.14.0";
  version = "0.15.0";

  src = fetchPypi {
    pname = "piccolo_theme";
    inherit version;
    hash = "sha256-PGPf05TQfC6Somn2PR07Y2qiOuyg+37U1l16m2LKykU=";
    hash = "sha256-8VxkrzADp3yCeb02BxtT6oSP1FCX8GW4oc6OECK2hJw=";
  };

  propagatedBuildInputs = [