Commit 063cd2c3 authored by R. RyanTM's avatar R. RyanTM
Browse files

distgen: 2.2 -> 2.3

parent 9ce0d933
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "distgen";
  version = "2.2";
  version = "2.3";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-w+/aiLv5NCQFD0ItlC+Wy9BuvA/ndDQcLf6Iyb9trF4=";
    hash = "sha256-EDRCGf4laHZs//E3w5FxlkuTfbVLxnaGmQF/xjwaKDQ=";
  };

  build-system = with python3.pkgs; [