mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
Merge pull request #70564 from r-ryantm/auto-update/distgen
distgen: 1.3 -> 1.4
This commit is contained in:
commit
7a82ed50b3
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user