Commit 777cd5d5 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by Robert Schütz
Browse files

python3.pkgs.xsdata: 23.7 -> 23.8

parent c7281539
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "xsdata";
  version = "23.7";
  version = "23.8";
  format = "pyproject";

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-jXnpB42P9PjEgw7NoSCGE6S14oOkHkzTBFYb9vypaqw=";
    hash = "sha256-VfA9TIgjbwRyZq/+VQug3RlHat/OagHz4K76x8gHjlY=";
  };

  postPatch = ''