Skip to content

Commit

Permalink
Merge pull request NixOS#129167 from fabaff/bump-bravado-core
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jul 4, 2021
2 parents 8723bd8 + 49ac4df commit a136141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bravado-core/default.nix
Expand Up @@ -5,13 +5,13 @@

buildPythonPackage rec {
pname = "bravado-core";
version = "5.16.1";
version = "5.17.0";

src = fetchFromGitHub {
owner = "Yelp";
repo = pname;
rev = "v${version}";
sha256 = "0r9gk5vkjbc407fjydms3ik3hnzajq54znyz58d8rm6pvqcvjjpl";
sha256 = "sha256-okQA4YJq0lyVJuDzD8mMRlOS/K3gf1qRUpw/5M0LlZE=";
};

checkInputs = [
Expand Down

0 comments on commit a136141

Please sign in to comment.