python3Packages.panel: 0.14.1 -> 0.14.2

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:30 +01:00
parent 08491ea91e
commit 7850963e5d

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "panel";
version = "0.14.1";
version = "0.14.2";
format = "wheel";
@ -23,7 +23,7 @@ buildPythonPackage rec {
# tries to fetch even more artifacts
src = fetchPypi {
inherit pname version format;
hash = "sha256-DSurTC+inYSoGJ047u03K+wEQhGFqqRX0uS5qb3sNEI=";
hash = "sha256-cDjrim7esGduL8IHxPpoqHB43uA78R9UMIrhNktqUdU=";
};
propagatedBuildInputs = [