forked from mirrors/nixpkgs
python27Packages.swagger-ui-bundle: 0.0.5 -> 0.0.6
This commit is contained in:
parent
f9c31303b2
commit
7c309eceeb
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "swagger-ui-bundle";
|
||||
version = "0.0.5";
|
||||
version = "0.0.6";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "swagger_ui_bundle";
|
||||
inherit version;
|
||||
sha256 = "0v69v94mzzb63ciwpz3n8jwxqcyll3fsyx087s9k9q543zdqzbh1";
|
||||
sha256 = "1lqxz7q9l2iwf7w11nhw5lnglsh1lgcvq8ydvhabkcc76il3ndy5";
|
||||
};
|
||||
|
||||
# patch away unused test requirements since package contains no tests
|
||||
|
|
Loading…
Reference in a new issue