Skip to content

Commit

Permalink
Merge pull request #186580 from tjni/orjson-tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Aug 17, 2022
2 parents 954d373 + b2db835 commit 3186958
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 3186958

Please sign in to comment.