Merge pull request #70564 from r-ryantm/auto-update/distgen

distgen: 1.3 -> 1.4
This commit is contained in:
Renaud
2019-10-09 13:47:07 +02:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "distgen";
version = "1.3";
version = "1.4";
src = python3.pkgs.fetchPypi {
inherit pname version;
sha256 = "03jwy08wgp1lp6208vks1hv9g1f3aj45cml6k99mm3nw1jfnlbbq";
sha256 = "13k940xgpci754gmmnhz3j5rfvlg9hdh21j4yjh8dlr6g88qjc1x";
};
checkInputs = with python3.pkgs; [