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

distgen: 1.5 -> 1.17
This commit is contained in:
Pascal Bach 2024-01-19 21:08:43 +01:00 committed by GitHub
commit 706887e45c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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