python310Packages.types-ujson: 5.8.0.1 -> 5.9.0.0

This commit is contained in:
R. Ryantm 2023-12-22 18:37:05 +00:00
parent 3eccda7f1a
commit 10126c13a4

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-ujson";
version = "5.8.0.1";
version = "5.9.0.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-KxQ4gkirTNH176jEZHYREll8zVfA2EI49zYxq+DiDP0=";
hash = "sha256-fnBCRU3HzX8xsJxCDXyvNrk9ML30uNuTeRvQVhcT0Bc=";
};
doCheck = false;