From a95bc37cf1d12a9433935b62f7fe329bf5deb579 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Mon, 28 Sep 2020 13:12:48 -0700 Subject: python3Packages.dash_html_components: 1.0.3 -> 1.1.1 --- pkgs/development/python-modules/dash-html-components/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules') diff --git a/pkgs/development/python-modules/dash-html-components/default.nix b/pkgs/development/python-modules/dash-html-components/default.nix index 901a6702492..69eb4de2a23 100644 --- a/pkgs/development/python-modules/dash-html-components/default.nix +++ b/pkgs/development/python-modules/dash-html-components/default.nix @@ -5,11 +5,11 @@ buildPythonPackage rec { pname = "dash_html_components"; - version = "1.0.3"; + version = "1.1.1"; src = fetchPypi { inherit pname version; - sha256 = "1fj5wlh6x9nngmz1rzb5xazc5pl34yrp4kf7a3zgy0dniap59yys"; + sha256 = "2c662e640528c890aaa0fa23d48e51c4d13ce69a97841d856ddcaaf2c6a47be3"; }; # No tests in archive -- cgit 1.4.1