aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/inflection/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/inflection/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/inflection/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/inflection/default.nix b/nixpkgs/pkgs/development/python-modules/inflection/default.nix
index bf370d7ebf3..6f439f0f69a 100644
--- a/nixpkgs/pkgs/development/python-modules/inflection/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/inflection/default.nix
@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "inflection";
- version = "0.4.0";
+ version = "0.5.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
- sha256 = "32a5c3341d9583ec319548b9015b7fbdf8c429cbcb575d326c33ae3a0e90d52c";
+ sha256 = "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417";
};
checkInputs = [ pytest ];