mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: python-hypothesmith: Update to 0.1.8.
* gnu/packages/check.scm (python-hypothesmith): Update to 0.1.8. [propagated-inputs]: Replace python-hypothesmith-5.23 by python-hypothesmith.
This commit is contained in:
parent
9d44234960
commit
a6f49177c5
1 changed files with 4 additions and 4 deletions
|
@ -1913,19 +1913,19 @@ (define-public python2-hypothesis
|
||||||
(define-public python-hypothesmith
|
(define-public python-hypothesmith
|
||||||
(package
|
(package
|
||||||
(name "python-hypothesmith")
|
(name "python-hypothesmith")
|
||||||
(version "0.1.2")
|
(version "0.1.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "hypothesmith" version))
|
(uri (pypi-uri "hypothesmith" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09331sspknv459xcyn1k0lx5flqlc6gmnwp9370pfvg4kg1zmss6"))))
|
"02j101m5grjrbvrgjap17jsxd1hgawkylmyswcn33vf42mxh9zzr"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-hypothesis" ,python-hypothesis-5.23)
|
`(("python-hypothesis" ,python-hypothesis)
|
||||||
("python-lark-parser" ,python-lark-parser)
|
("python-lark-parser" ,python-lark-parser)
|
||||||
("python-libcst" ,python-libcst)))
|
("python-libcst" ,python-libcst-minimal)))
|
||||||
(home-page "https://github.com/Zac-HD/hypothesmith")
|
(home-page "https://github.com/Zac-HD/hypothesmith")
|
||||||
(synopsis "Strategies for generating Python programs")
|
(synopsis "Strategies for generating Python programs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue