Unverified Commit 1ae01ce3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.json-stream: 2.4.0 -> 2.4.1 (#460659)

parents 0f462786 485e55a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "json-stream";
  version = "2.4.0";
  version = "2.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "daggaz";
    repo = "json-stream";
    tag = "v${version}";
    hash = "sha256-bhyoTvILap0/dKpmob6P1l9st7JwuHaLp7Y8FGfgLZA=";
    hash = "sha256-oZYVRgDSl15/UJmhTAoLk3UoVimQeLGNOjNXLH6GTtY=";
  };

  build-system = [ setuptools ];