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

python310Packages.panel: 0.12.6 -> 0.12.7
This commit is contained in:
Fabian Affolter 2022-03-27 22:14:31 +02:00 committed by GitHub
commit e280148caf
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.12.6";
version = "0.12.7";
format = "wheel";
@ -23,7 +23,7 @@ buildPythonPackage rec {
# tries to fetch even more artifacts
src = fetchPypi {
inherit pname version format;
hash = "sha256-ARAbBM0QYZlZqV51lMRoEZEQH1jlHRhlon3nfTi7dnM=";
hash = "sha256-VcoMGYT48WduyuyTB/4KJybT/pBKV0hB1pSpZGagAeA=";
};
propagatedBuildInputs = [