Skip to content

Commit

Permalink
Merge pull request #74616 from r-ryantm/auto-update/python3.8-yamllint
Browse files Browse the repository at this point in the history
python38Packages.yamllint: 1.18.0 -> 1.19.0
  • Loading branch information
marsam authored Nov 29, 2019
2 parents 697c0fb + 7c1d10c commit 35ac6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/yamllint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

buildPythonPackage rec {
pname = "yamllint";
version = "1.18.0";
version = "1.19.0";

src = fetchPypi {
inherit pname version;
sha256 = "076hqf189ww95n9vcbkkn8an42nx79cy8pf2qnl251yjncsvnbfl";
sha256 = "05fg2i27bq40z83avmz3h91i206dx5k6nyyvpa5vja54sqg14q02";
};

checkInputs = [ nose ];
Expand Down

0 comments on commit 35ac6b1

Please sign in to comment.