summary refs log tree commit diff
path: root/pkgs/development/python-modules/dash-html-components
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:12 +0200
committerJonathan Ringer <jonringer117@gmail.com>2021-06-21 17:00:04 -0700
commitd0a3a5f59aabfa9ce9b568bf01af98ba26a93881 (patch)
treeb87d052274083a6d37f6557863b3962e56d1b6d1 /pkgs/development/python-modules/dash-html-components
parent3fe31a7c81e3a4bcae3f486f1835caf40097673b (diff)
downloadnixpkgs-d0a3a5f59aabfa9ce9b568bf01af98ba26a93881.tar
nixpkgs-d0a3a5f59aabfa9ce9b568bf01af98ba26a93881.tar.gz
nixpkgs-d0a3a5f59aabfa9ce9b568bf01af98ba26a93881.tar.bz2
nixpkgs-d0a3a5f59aabfa9ce9b568bf01af98ba26a93881.tar.lz
nixpkgs-d0a3a5f59aabfa9ce9b568bf01af98ba26a93881.tar.xz
nixpkgs-d0a3a5f59aabfa9ce9b568bf01af98ba26a93881.tar.zst
nixpkgs-d0a3a5f59aabfa9ce9b568bf01af98ba26a93881.zip
python3Packages.dash_html_components: 1.1.2 -> 1.1.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 3d290544677..28faf244817 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.1.2";
+  version = "1.1.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "83eaa39667b7c3e6cbefa360743e6e536d913269ea15db14308ad022c78bc301";
+    sha256 = "88adb77a674d5d7d0835d71c469f6e7b4aa692f9673808a474d244b71863c58a";
   };
 
   # No tests in archive