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

python3Packages.jsonschema-spec: 0.3.4 -> 0.4.6 (#515402)

parents 13f73d9b d2f7c308
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "jsonschema-spec";
  version = "0.3.4";
  version = "0.4.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "p1c2u";
    repo = "jsonschema-spec";
    tag = version;
    hash = "sha256-rCepDnVAOEsokKjWCuqDYbGIq6/wn4rsQRx5dXTUsYo=";
    hash = "sha256-abAhWtBnZUeg1VGphfnvxPzSnPM6VjM/XKLPJVIrIXg=";
  };

  postPatch = ''