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:
commit
247458f606
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue