Merge pull request #194671 from r-ryantm/auto-update/python310Packages.panel

python310Packages.panel: 0.13.1 -> 0.14.0
This commit is contained in:
Fabian Affolter 2022-10-06 09:00:46 +02:00 committed by GitHub
commit 6838eba792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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