python311Packages.panel: 0.14.3 -> 0.14.4

This commit is contained in:
R. Ryantm 2023-05-11 04:39:05 +00:00
parent c1052699c0
commit aaf828279a

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "panel";
version = "0.14.3";
version = "0.14.4";
format = "wheel";
@ -25,7 +25,7 @@ buildPythonPackage rec {
# tries to fetch even more artifacts
src = fetchPypi {
inherit pname version format;
hash = "sha256-XOu17oydXwfyowYUmCKF7/RC0RQ0Uf1Ixmn+VTa85Lo=";
hash = "sha256-3U/PL8cnbNPw3xEM56YZesQEDXTE79yMCSsjdxwfUU0=";
};
nativeBuildInputs = [