python3Packages.ujson: 4.0.2 -> 4.1.0

This commit is contained in:
Fabian Affolter 2021-08-18 13:42:41 +02:00 committed by Jonathan Ringer
parent 6e6c8b7338
commit 7fc097dab8

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "ujson";
version = "4.0.2";
version = "4.1.0";
disabled = isPyPy || (!isPy3k);
src = fetchPypi {
inherit pname version;
sha256 = "c615a9e9e378a7383b756b7e7a73c38b22aeb8967a8bfbffd4741f7ffd043c4d";
sha256 = "sha256-IrY+xECfDS8sTJ1aozGZfgJHC3oVoyM/PMMvL5uS1Yw=";
};
nativeBuildInputs = [ setuptools-scm ];