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

python3Packages.json-stream: 2.4.1 -> 2.5.0 (#505663)

parents 973dd5b3 e1c61243
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.1";
  version = "2.5.0";
  pyproject = true;

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

  build-system = [ setuptools ];