distgen: 1.17 -> 1.18

This commit is contained in:
R. Ryantm 2024-08-23 11:26:54 +00:00 committed by Pascal Bach
parent aaa63b43ee
commit 810afbd5dd

View File

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