Commit 611255fd authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

python3Packages.panel: 0.14.4 -> 1.2.2

parent a4ab521f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "panel";
  version = "0.14.4";
  version = "1.2.2";

  format = "wheel";

@@ -25,7 +25,7 @@ buildPythonPackage rec {
  # tries to fetch even more artifacts
  src = fetchPypi {
    inherit pname version format;
    hash = "sha256-3U/PL8cnbNPw3xEM56YZesQEDXTE79yMCSsjdxwfUU0=";
    hash = "sha256-RMRjxcUp6MTs001wdNfC/e6diOcgtqrSaVIOSQfPgTs=";
  };

  nativeBuildInputs = [