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
+2 -2
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; [