Unverified Commit 539de117 authored by Pratham Patel's avatar Pratham Patel
Browse files

pykickstart: 3.62 -> 3.63

parent cd13997b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

python3Packages.buildPythonApplication rec {
  pname = "pykickstart";
  version = "3.62";
  version = "3.63";

  src = fetchFromGitHub {
    owner = "pykickstart";
    repo = "pykickstart";
    tag = "r${version}";
    hash = "sha256-QoMIr1nDGOMzAJ7pO2SdsZIcrSPFt/YEXJz201cXZQo=";
    hash = "sha256-U/P+aGFz8YO7qqHUCCO87uPgQc8sVCVbwG0/toWKq3g=";
  };

  build-system = with python3Packages; [