about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sphinxcontrib-openapi
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-14 08:37:30 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:42 +0100
commitce50e0f8d729bf2fe3422248a3f3cf9c49b18cfa (patch)
tree267f2c21b2921e1a44d5d53bec54c72689dbd5d8 /pkgs/development/python-modules/sphinxcontrib-openapi
parentb6e50612f0581f60580ccae0ef3503ac1f024904 (diff)
downloadnixlib-ce50e0f8d729bf2fe3422248a3f3cf9c49b18cfa.tar
nixlib-ce50e0f8d729bf2fe3422248a3f3cf9c49b18cfa.tar.gz
nixlib-ce50e0f8d729bf2fe3422248a3f3cf9c49b18cfa.tar.bz2
nixlib-ce50e0f8d729bf2fe3422248a3f3cf9c49b18cfa.tar.lz
nixlib-ce50e0f8d729bf2fe3422248a3f3cf9c49b18cfa.tar.xz
nixlib-ce50e0f8d729bf2fe3422248a3f3cf9c49b18cfa.tar.zst
nixlib-ce50e0f8d729bf2fe3422248a3f3cf9c49b18cfa.zip
python: sphinxcontrib-openapi: 0.3.2 -> 0.4.0
Diffstat (limited to 'pkgs/development/python-modules/sphinxcontrib-openapi')
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-openapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix b/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix
index 4843a5bbe9d7..b8a4f25f5df0 100644
--- a/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-openapi/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-openapi";
-  version = "0.3.2";
+  version = "0.4.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "411da1819fda0593976a157f1a14ec1cfaef9ee1b4b708e795d0bf3953f0142b";
+    sha256 = "9d64c8a119bfc592e6316af3e5475ce2d4d8ed6e013dc016a3f2e7971e50d7f3";
   };
 
   propagatedBuildInputs = [setuptools_scm pyyaml jsonschema sphinxcontrib_httpdomain];