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-04-01 17:01:47 -0700
committerJon <jonringer@users.noreply.github.com>2020-04-01 17:05:48 -0700
commitd39ad7a5f9a8dee31b0fb03b0d01c0c08844b897 (patch)
treedee04fdd21e8abc2ac33ed6584eefaf8ff154da3 /pkgs/development/python-modules/dash-html-components
parent3ae13a9aa64f96695b7dae813df945e003af7018 (diff)
downloadnixpkgs-d39ad7a5f9a8dee31b0fb03b0d01c0c08844b897.tar
nixpkgs-d39ad7a5f9a8dee31b0fb03b0d01c0c08844b897.tar.gz
nixpkgs-d39ad7a5f9a8dee31b0fb03b0d01c0c08844b897.tar.bz2
nixpkgs-d39ad7a5f9a8dee31b0fb03b0d01c0c08844b897.tar.lz
nixpkgs-d39ad7a5f9a8dee31b0fb03b0d01c0c08844b897.tar.xz
nixpkgs-d39ad7a5f9a8dee31b0fb03b0d01c0c08844b897.tar.zst
nixpkgs-d39ad7a5f9a8dee31b0fb03b0d01c0c08844b897.zip
python3Packages.dash-html-components: 1.0.2 -> 1.0.3
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 4e9ef39b411..3a07d2f9ef0 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.2";
+  version = "1.0.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "166agkrl52j5qin2npsdl2a96jccxz5f1jvcz0hxsnjg0ix0k4l9";
+    sha256 = "1fj5wlh6x9nngmz1rzb5xazc5pl34yrp4kf7a3zgy0dniap59yys";
   };
 
   # No tests in archive