about summary refs log tree commit diff
path: root/pkgs/development/python-modules/marshmallow-polyfield
diff options
context:
space:
mode:
authorDrew Risinger <drewrisinger@users.noreply.github.com>2020-03-26 16:57:31 -0400
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-03-27 05:42:44 +0100
commitd39abe9a0fb312c94c290ec31aec4091c04a316e (patch)
tree66d956f733b50fc344317cd4723029a11f116544 /pkgs/development/python-modules/marshmallow-polyfield
parentdb4bbfff665fbf778ce65c8f561627c27ec5565e (diff)
pythonPackages.marshmallow-polyfield: 5.7 -> 5.9
Diffstat (limited to 'pkgs/development/python-modules/marshmallow-polyfield')
-rw-r--r--pkgs/development/python-modules/marshmallow-polyfield/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/marshmallow-polyfield/default.nix b/pkgs/development/python-modules/marshmallow-polyfield/default.nix
index cb0b9e9e60d24..3b18c10cbc311 100644
--- a/pkgs/development/python-modules/marshmallow-polyfield/default.nix
+++ b/pkgs/development/python-modules/marshmallow-polyfield/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "marshmallow-polyfield";
-  version = "5.7";
+  version = "5.9";
 
   src = fetchFromGitHub {
     owner = "Bachmann1234";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
   propagatedBuildInputs = [
     marshmallow
   ];
-  
+
   # setuptools check can run, but won't find tests
   checkInputs = [ pytestCheckHook pytestcov ];