summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-16 18:14:21 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-12-16 10:46:25 -0800
commit2349645a7d32270b895914cc84d3437ffc8879c0 (patch)
tree5417c6023bc18595b50fc1efbfcea9497a079007
parent8d957d7594671f019ade84941864cb64473f4cc8 (diff)
python37Packages.howdoi: 2.0.7 -> 2.0.8
-rw-r--r--pkgs/development/python-modules/howdoi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/howdoi/default.nix b/pkgs/development/python-modules/howdoi/default.nix
index 5b8cb6cecb9f..cc6003fa952c 100644
--- a/pkgs/development/python-modules/howdoi/default.nix
+++ b/pkgs/development/python-modules/howdoi/default.nix
@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "howdoi";
- version = "2.0.7";
+ version = "2.0.8";
src = fetchPypi {
inherit pname version;
- sha256 = "09362f7390119dffd83c61a942801ad4d19aee499340ef7e8d5871167391d3d6";
+ sha256 = "9b7cabab87cd614e26b408653bc8937ec27b79ca2fde6b9457da55d2541f75fb";
};
postPatch = ''