python310Packages.panel: 0.13.0 -> 0.13.1

This commit is contained in:
R. Ryantm 2022-05-25 15:51:10 +00:00
parent f16159714c
commit ab32ed0cae

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "panel";
version = "0.13.0";
version = "0.13.1";
format = "wheel";
@ -23,7 +23,7 @@ buildPythonPackage rec {
# tries to fetch even more artifacts
src = fetchPypi {
inherit pname version format;
hash = "sha256-Iv1Lb45n2XUHSluZzdF2Bf/hXZmgs++9/av26rHgePc=";
hash = "sha256-1GC119AUfmse3fhQQxSi9eDJJorYvt2NeE7UY1GrW3E=";
};
propagatedBuildInputs = [