1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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

distgen: 1.4 -> 1.5
This commit is contained in:
Ryan Mulligan 2020-04-05 13:14:57 -07:00 committed by GitHub
commit 247458f606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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