Merge pull request #174537 from r-ryantm/auto-update/python3.10-panel

python310Packages.panel: 0.13.0 -> 0.13.1
This commit is contained in:
Mario Rodas 2022-05-25 22:37:41 -05:00 committed by GitHub
commit e523541c10
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.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 = [