2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-12 02:37:18 +00:00

Merge pull request from r-ryantm/auto-update/python310Packages.dash

This commit is contained in:
Martin Weinelt 2022-09-23 19:57:46 +02:00 committed by GitHub
commit a9d5f7761d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "dash";
version = "2.6.1";
version = "2.6.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7RFRaGtgNULcPr9YYZsiVV3jSjyAamo8B2fwyqFKpis=";
hash = "sha256-d2p3ahOqBA4n8XhMR6juluEGNM5EyT+GQFlDcuHZMqs=";
};
propagatedBuildInputs = [