Unverified Commit ee7e1d77 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.types-ujson: 5.10.0.20250326 -> 5.10.0.20250822 (#436631)

parents 022a2fb4 d343eb3a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "types-ujson";
  version = "5.10.0.20250326";
  version = "5.10.0.20250822";
  pyproject = true;

  src = fetchPypi {
    pname = "types_ujson";
    inherit version;
    hash = "sha256-VGngXywx7LPEwCZ8yP5BvNEWgm+7Te1pgBpkXGh90BQ=";
    hash = "sha256-CnlVWOH3hTI3PPPwPzWx8IvGDVLZJBh7l5le41l7oAY=";
  };

  build-system = [ setuptools ];