Merge pull request #143158 from r-ryantm/auto-update/pipreqs

pipreqs: 0.4.10 -> 0.4.11
This commit is contained in:
figsoda 2021-10-27 22:46:07 -04:00 committed by GitHub
commit 9ac19963f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "pipreqs";
version = "0.4.10";
version = "0.4.11";
src = fetchPypi {
inherit pname version;
sha256 = "0fdr3mbxjpmrxr7yfc1sn9kbpcyb0qwafimhhrrqvf989dj1sdcy";
sha256 = "c793b4e147ac437871b3a962c5ce467e129c859ece5ba79aca83c20f4d9c3aef";
};
propagatedBuildInputs = [ yarg docopt ];