Skip to content

Commit

Permalink
Merge pull request #212258 from SuperSandro2000/python310Packages.ujson
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Feb 7, 2023
2 parents eaaca27 + 7cbb0b7 commit 7f09c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ujson/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

buildPythonPackage rec {
pname = "ujson";
version = "5.6.0";
version = "5.7.0";
disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-+IHi2KAi6Shaouq2uoZ0NY28srV/poYY2I1ik3rD/wQ=";
sha256 = "sha256-54jl1dyuj2EYrJtF0LiRoNVfesSA7dy38HJj8rzzeyM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7f09c17

Please sign in to comment.