mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: Add python-types-freezegun.
* gnu/packages/python-xyz.scm (python-types-freezegun): New variable.
This commit is contained in:
parent
21f29263f3
commit
08b524fa78
1 changed files with 18 additions and 0 deletions
|
@ -29585,6 +29585,24 @@ (define-public python-ansicolors
|
|||
"This package adds ANSI colors and decorations to your strings.")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public python-types-freezegun
|
||||
(package
|
||||
(name "python-types-freezegun")
|
||||
(version "1.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "types-freezegun" version))
|
||||
(sha256
|
||||
(base32 "08g926s8343zwq140zcfwly3qfgmahm7lp0vgb3ics549b2hifzl"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/python/typeshed")
|
||||
(synopsis "Typing stubs for @code{freezegun}")
|
||||
(description "This package contains typing stubs for for @code{freezegun}, a
|
||||
very small subset the Python stubs contained in the complete @code{typeshed}
|
||||
collection.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-types-toml
|
||||
(package
|
||||
(name "python-types-toml")
|
||||
|
|
Loading…
Reference in a new issue