about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hwi
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 15:04:31 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:13 +0100
commit0bf56f260778419946185b55e574ec9b51f9a83d (patch)
treea2f8c9b7d7564affe72474763a578bf35f08b3a2 /pkgs/development/python-modules/hwi
parent98f20d55fa3ce4c2f79c99313e9623738f2a408c (diff)
python3Packages.hwi: 1.1.2 -> 1.2.1
Diffstat (limited to 'pkgs/development/python-modules/hwi')
-rw-r--r--pkgs/development/python-modules/hwi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hwi/default.nix b/pkgs/development/python-modules/hwi/default.nix
index de9c7995bde97..6431791d65e68 100644
--- a/pkgs/development/python-modules/hwi/default.nix
+++ b/pkgs/development/python-modules/hwi/default.nix
@@ -14,11 +14,11 @@
 
 buildPythonPackage rec {
   pname = "hwi";
-  version = "1.1.2";
+  version = "1.2.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "eec460a51eb556500c1eca92015be246d5714cd53171407a76da71e4346048ae";
+    sha256 = "d0d220a4967d7f106b828b12a98b78c220d609d7cc6c811898e24fcf1a6f04f3";
   };
 
   propagatedBuildInputs = [