Unverified Commit 980433df authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #309284 from r-ryantm/auto-update/python311Packages.panel

python311Packages.panel: 1.4.1 -> 1.4.3
parents be9d58e7 6033cd12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "panel";
  version = "1.4.1";
  version = "1.4.3";

  format = "wheel";

@@ -26,7 +26,7 @@ buildPythonPackage rec {
  # tries to fetch even more artifacts
  src = fetchPypi {
    inherit pname version format;
    hash = "sha256-x7ywbO2uY1r06bDXV/+X/7cs9f6jFawyDHeo8pLWZVE=";
    hash = "sha256-iIBQ9UEcmO6q3bS2faFK7tY4mPVaoIWS7bMzKLzkfWw=";
    dist = "py3";
    python = "py3";
  };