Merge pull request #276102 from r-ryantm/auto-update/python310Packages.types-ujson

python310Packages.types-ujson: 5.8.0.1 -> 5.9.0.0
This commit is contained in:
Mario Rodas
2023-12-26 16:00:07 -05:00
committed by GitHub
@@ -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;