Merge pull request #143158 from r-ryantm/auto-update/pipreqs
pipreqs: 0.4.10 -> 0.4.11
This commit is contained in:
commit
9ac19963f8
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ with python3.pkgs;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "pipreqs";
|
pname = "pipreqs";
|
||||||
version = "0.4.10";
|
version = "0.4.11";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0fdr3mbxjpmrxr7yfc1sn9kbpcyb0qwafimhhrrqvf989dj1sdcy";
|
sha256 = "c793b4e147ac437871b3a962c5ce467e129c859ece5ba79aca83c20f4d9c3aef";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ yarg docopt ];
|
propagatedBuildInputs = [ yarg docopt ];
|
||||||
|
|
Loading…
Reference in a new issue