3
0
Fork 0
forked from mirrors/nixpkgs

python27Packages.swagger-ui-bundle: 0.0.5 -> 0.0.6

This commit is contained in:
R. RyanTM 2020-04-13 22:24:28 +00:00 committed by Jon
parent f9c31303b2
commit 7c309eceeb

View file

@ -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