distgen: 1.5 -> 1.17

This commit is contained in:
R. Ryantm 2024-01-19 17:09:10 +00:00
parent 3fd2c02d52
commit ff75ae097c

View File

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