diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2019-09-27 22:11:27 -0700 |
|---|---|---|
| committer | R. RyanTM <ryantm-bot@ryantm.com> | 2019-09-27 22:11:27 -0700 |
| commit | d56f066e979f24c3b74174dec0c89deba2d2a834 (patch) | |
| tree | 910af6673bbed189abc63f5cdb7b4f593ca1f9a0 /pkgs/development/python-modules/flask-restplus | |
| parent | Merge pull request #69431 from B4dM4n/teamspeak-client-build (diff) | |
| download | nixpkgs-d56f066e979f24c3b74174dec0c89deba2d2a834.tar.gz | |
python37Packages.flask-restplus: 0.12.1 -> 0.13.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-flask-restplus/versions
Diffstat (limited to 'pkgs/development/python-modules/flask-restplus')
| -rw-r--r-- | pkgs/development/python-modules/flask-restplus/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/flask-restplus/default.nix b/pkgs/development/python-modules/flask-restplus/default.nix index f7f8360fa48d..2fc0fa8569ba 100644 --- a/pkgs/development/python-modules/flask-restplus/default.nix +++ b/pkgs/development/python-modules/flask-restplus/default.nix @@ -18,11 +18,11 @@ buildPythonPackage rec { pname = "flask-restplus"; - version = "0.12.1"; + version = "0.13.0"; src = fetchPypi { inherit pname version; - sha256 = "3fad697e1d91dfc13c078abcb86003f438a751c5a4ff41b84c9050199d2eab62"; + sha256 = "0p4zz8b5bwbw7w0vhbyihl99d2gw13cb81rxzj4z626a1cnl8vm6"; }; checkInputs = [ nose blinker tzlocal mock rednose ]; |
