summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-03-16 22:42:24 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-03-17 00:46:43 +0100
commitef0e4e67ccf4e4838d7eb8a5e42e0b511a15500c (patch)
tree9ffcd5c0e416c777d4949d83747883e373310203 /pkgs/development/python-modules
parent455127ad5e31ebf396f1fa861af121bb4ca49f9e (diff)
python310Packages.json-stream-rs-tokenizer: 0.4.13 -> 0.4.16
Diff: https://github.com/smheidrich/py-json-stream-rs-tokenizer/compare/refs/tags/v0.4.13...v0.4.16
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/json-stream-rs-tokenizer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/json-stream-rs-tokenizer/default.nix b/pkgs/development/python-modules/json-stream-rs-tokenizer/default.nix
index 21277a176dbc..1bcfe740952f 100644
--- a/pkgs/development/python-modules/json-stream-rs-tokenizer/default.nix
+++ b/pkgs/development/python-modules/json-stream-rs-tokenizer/default.nix
@@ -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 = ''
@@ -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 = [