Skip to content

Commit

Permalink
python310Packages.json-stream-rs-tokenizer: 0.4.13 -> 0.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Mar 16, 2023
1 parent 455127a commit ef0e4e6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "json-stream-rs-tokenizer";
version = "0.4.13";
version = "0.4.16";
format = "setuptools";

src = fetchFromGitHub {
owner = "smheidrich";
repo = "py-json-stream-rs-tokenizer";
rev = "refs/tags/v${version}";
hash = "sha256-9pJi80V7WKvsgtp0ffItWnjoOvFvfE/Sz6y2VlsU+wQ=";
hash = "sha256-MnYkCAI8x65kU0EoTRf4ZVsbjNravjokepX4yViu7go=";
};

postPatch = ''
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src postPatch;
name = "${pname}-${version}";
hash = "sha256-TjRdHSXHmF6fzCshX1I4Sq+A/fEmBHDPGZvJUxL13aM=";
hash = "sha256-HwWH8/UWKWOdRmyCVQtNqJxXD55f6zxLY0LhR7JU9ro=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ef0e4e6

Please sign in to comment.