summary refs log tree commit diff
path: root/pkgs/development/python-modules/dash-html-components
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-09-28 13:12:48 -0700
committerJon <jonringer@users.noreply.github.com>2020-09-29 06:00:11 -0700
commita95bc37cf1d12a9433935b62f7fe329bf5deb579 (patch)
tree6b2e77f4bdea86a5b4f16f89a733a939e274883b /pkgs/development/python-modules/dash-html-components
parentcf1e5394175b1036393a84b47460a63b265133cc (diff)
downloadnixpkgs-a95bc37cf1d12a9433935b62f7fe329bf5deb579.tar
nixpkgs-a95bc37cf1d12a9433935b62f7fe329bf5deb579.tar.gz
nixpkgs-a95bc37cf1d12a9433935b62f7fe329bf5deb579.tar.bz2
nixpkgs-a95bc37cf1d12a9433935b62f7fe329bf5deb579.tar.lz
nixpkgs-a95bc37cf1d12a9433935b62f7fe329bf5deb579.tar.xz
nixpkgs-a95bc37cf1d12a9433935b62f7fe329bf5deb579.tar.zst
nixpkgs-a95bc37cf1d12a9433935b62f7fe329bf5deb579.zip
python3Packages.dash_html_components: 1.0.3 -> 1.1.1
Diffstat (limited to 'pkgs/development/python-modules/dash-html-components')
-rw-r--r--pkgs/development/python-modules/dash-html-components/default.nix4
1 files changed, 2 insertions, 2 deletions
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