distgen: 2.1 -> 2.2

This commit is contained in:
R. Ryantm
2026-01-03 23:53:55 +00:00
parent 26faf12980
commit 43aaa265b9
+2 -2
View File
@@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "distgen";
version = "2.1";
version = "2.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-VG9EX9LHoZamBM3PEm5qGpViK39qD+PA8vcHTzvsW+o=";
hash = "sha256-w+/aiLv5NCQFD0ItlC+Wy9BuvA/ndDQcLf6Iyb9trF4=";
};
build-system = with python3.pkgs; [