about summary refs log tree commit diff
path: root/pkgs/development/python-modules/howdoi
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-15 01:13:39 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-15 01:13:39 +0200
commit757d12a40cda9a575d0f7e9ad83707fc46090940 (patch)
treee743e01028c9ad180a353ee476c9c45f5b0a2f56 /pkgs/development/python-modules/howdoi
parent6dfd25fdc4fbbde2b13d3140287cee04f5e9e483 (diff)
python3Packages.howdoi: 2.0.16 -> 2.0.17
Diffstat (limited to 'pkgs/development/python-modules/howdoi')
-rw-r--r--pkgs/development/python-modules/howdoi/default.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/howdoi/default.nix b/pkgs/development/python-modules/howdoi/default.nix
index b886e3c8b4fa6..fb67c1b37cfb0 100644
--- a/pkgs/development/python-modules/howdoi/default.nix
+++ b/pkgs/development/python-modules/howdoi/default.nix
@@ -11,17 +11,13 @@
 
 buildPythonPackage rec {
   pname = "howdoi";
-  version = "2.0.16";
+  version = "2.0.17";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0257fbb328eb3a15ed3acc498314902f00908b130209073509eec21cb7235b2b";
+    sha256 = "sha256-ea7KIDYgDWCi1skZKlbzhHASfwHqwbfvWDuNOxGRhek=";
   };
 
-  postPatch = ''
-    substituteInPlace setup.py --replace 'cachelib==0.1' 'cachelib'
-  '';
-
   propagatedBuildInputs = [ six pygments pyquery cachelib appdirs keep ];
 
   # author hasn't included page_cache directory (which allows tests to run without