From 1898eda096589690a29f77679ae313701ee6ea4a Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Tue, 27 Dec 2022 23:00:34 +0100 Subject: [PATCH 08/10] gnu: Add python-types-simplejson. * gnu/packages/python-xyz.scm (python-types-simplejson): New variable. diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 48044a3ef3..91af772a4f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30604,6 +30604,22 @@ (define-public python-types-pytz collection.") (license license:asl2.0))) +(define-public python-types-simplejson + (package + (name "python-types-simplejson") + (version "3.18.0.0") + (source (origin + (method url-fetch) + (uri (pypi-uri "types-simplejson" version)) + (sha256 + (base32 + "0lizf6aiiphvd3l02gk6qm16i6p7a98rdgh3s786bg8a349xnyl5")))) + (build-system python-build-system) + (home-page "https://github.com/python/typeshed") + (synopsis "Typing stubs for simplejson") + (description "Typing stubs for simplejson") + (license license:asl2.0))) + (define-public python-types-toml (package (name "python-types-toml") -- 2.38.1