Skip to content

Commit

Permalink
python310Packages.orjson: 3.7.8 -> 3.7.12
Browse files Browse the repository at this point in the history
This update fixes tests that were broken with the update to version
2022b of tzdata.

https://github.com/ijl/orjson/blob/master/CHANGELOG.md#3712---2022-08-14
  • Loading branch information
tjni committed Aug 14, 2022
1 parent c07f7e3 commit b2db835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/orjson/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@

buildPythonPackage rec {
pname = "orjson";
version = "3.7.8";
version = "3.7.12";
disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "ijl";
repo = pname;
rev = version;
hash = "sha256-K/hLNzwwEeGN6S33Xkfh+ocDHmTmh6yZYcN4vxaAvoQ=";
hash = "sha256-ImFISSn4FZqUgxQhVbyyTsC1xNpBoJhb/+BvvQkv5gE=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-kwZg1bC1O6XBI5HBgzahph/0k/RUKEkFIQMMuA1xe4w=";
hash = "sha256-uQJtATSCYSdVBeQocmiGapeAIYL+iYBGLgL8YjUn/3U=";
};

format = "pyproject";
Expand Down

0 comments on commit b2db835

Please sign in to comment.