Unverified Commit c314e778 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python312Packages.jsonschema-spec: 0.3.3 -> 0.3.4 (#378060)

parents 0c959898 7d2d685c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "jsonschema-spec";
  version = "0.3.3";
  version = "0.3.4";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "p1c2u";
    repo = pname;
    tag = version;
    hash = "sha256-oBzB6Ke19QDcMQm4MpnaS132/prrtnCekAXuPMloZx4=";
    hash = "sha256-rCepDnVAOEsokKjWCuqDYbGIq6/wn4rsQRx5dXTUsYo=";
  };

  postPatch = ''