about summary refs log tree commit diff
path: root/pkgs/development/tools/pew
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/pew')
-rw-r--r--pkgs/development/tools/pew/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/pew/default.nix b/pkgs/development/tools/pew/default.nix
index 16fc48174175..82014691a1fd 100644
--- a/pkgs/development/tools/pew/default.nix
+++ b/pkgs/development/tools/pew/default.nix
@@ -2,11 +2,11 @@
 with python3Packages; buildPythonApplication rec {
     name = "${pname}-${version}";
     pname = "pew";
-    version = "1.1.0";
+    version = "1.1.2";
 
     src = fetchPypi {
       inherit pname version;
-      sha256 = "0b8z1vjsll1kgnh3mmdjps5rr9gayy091rapp2dra71jrwkx3yfh";
+      sha256 = "b8312728526c9010295c88215c95a1b1731fdbd1a568f728e069932bd0545611";
     };
 
     propagatedBuildInputs = [ virtualenv virtualenv-clone setuptools ];