From c2742321c2e8b908783c41a86084a6489ee0a2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20F=C3=B8llesdal?= Date: Wed, 20 Oct 2021 11:17:16 +0200 Subject: [PATCH] python3Packges.dash-html-components: 1.1.4 -> 2.0.0 --- .../python-modules/dash-html-components/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/dash-html-components/default.nix b/pkgs/development/python-modules/dash-html-components/default.nix index 1b4e5d6a47d6..ae5496ec5043 100644 --- a/pkgs/development/python-modules/dash-html-components/default.nix +++ b/pkgs/development/python-modules/dash-html-components/default.nix @@ -4,12 +4,13 @@ }: buildPythonPackage rec { - pname = "dash_html_components"; - version = "1.1.4"; + pname = "dash-html-components"; + version = "2.0.0"; src = fetchPypi { - inherit pname version; - sha256 = "dc4f423e13716d179d51a42b3c7e2a2ed02e05185c742f88214b58d59e24bbd4"; + pname = "dash_html_components"; + inherit version; + sha256 = "8703a601080f02619a6390998e0b3da4a5daabe97a1fd7a9cebc09d015f26e50"; }; # No tests in archive