python3Packages.ujson: 4.0.1 -> 4.0.2
This commit is contained in:
parent
bb8d556d73
commit
e689abc6c7
@ -8,12 +8,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ujson";
|
pname = "ujson";
|
||||||
version = "4.0.1";
|
version = "4.0.2";
|
||||||
disabled = isPyPy || (!isPy3k);
|
disabled = isPyPy || (!isPy3k);
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "26cf6241b36ff5ce4539ae687b6b02673109c5e3efc96148806a7873eaa229d3";
|
sha256 = "c615a9e9e378a7383b756b7e7a73c38b22aeb8967a8bfbffd4741f7ffd043c4d";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm ];
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user