python310Packages.panel: 0.12.6 -> 0.12.7

This commit is contained in:
R. Ryantm 2022-03-27 17:04:14 +00:00
parent 12417777b2
commit 50bb412f5b

View file

@ -14,7 +14,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "panel"; pname = "panel";
version = "0.12.6"; version = "0.12.7";
format = "wheel"; format = "wheel";
@ -23,7 +23,7 @@ buildPythonPackage rec {
# tries to fetch even more artifacts # tries to fetch even more artifacts
src = fetchPypi { src = fetchPypi {
inherit pname version format; inherit pname version format;
hash = "sha256-ARAbBM0QYZlZqV51lMRoEZEQH1jlHRhlon3nfTi7dnM="; hash = "sha256-VcoMGYT48WduyuyTB/4KJybT/pBKV0hB1pSpZGagAeA=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [