gnu: python-crashtest: Update to 0.3.1.

* gnu/packages/python-xyz.scm (python-crashtest): Update to 0.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-13 16:08:55 +02:00
parent 8bf704262d
commit f1c294e0fa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8289,14 +8289,13 @@ (define-public python2-cram
(define-public python-crashtest (define-public python-crashtest
(package (package
(name "python-crashtest") (name "python-crashtest")
(version "0.3.0") (version "0.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "crashtest" version)) (uri (pypi-uri "crashtest" version))
(sha256 (sha256
(base32 (base32 "1p9p7mn8x2j9psc4jxab98897v4i9s4fliyfw8rp8v4bx1n7pjj2"))))
"056zzbznl3xfnbblfci8lvcam3h7k7va68vi6asrm4q0ck4nrh79"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/sdispater/crashtest") (home-page "https://github.com/sdispater/crashtest")
(synopsis "Manage Python errors with ease") (synopsis "Manage Python errors with ease")