Unverified Commit 6de3fb92 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #258000 from r-ryantm/auto-update/python310Packages.piccolo-theme

python310Packages.piccolo-theme: 0.17.0 -> 0.18.0
parents 6c225dee eb32c482
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.17.0";
  version = "0.18.0";

  src = fetchPypi {
    pname = "piccolo_theme";
    inherit version;
    hash = "sha256-sq/xWPLLAz4w6JdUfnB5E52hmj8gmrbg1oeBedyjCEE=";
    hash = "sha256-tEgYrQaVcWZadmhV6JRuXnk8m9oJLNSfb0hA309bX1U=";
  };

  propagatedBuildInputs = [