gnu: python-whatever: Update to 0.6.

* gnu/packages/python-xyz.scm (python-whatever): Update to 0.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-23 14:48:14 +01:00
parent af6533d442
commit 97610a6614
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -14820,15 +14820,14 @@ files, and Makefiles.")
(define-public python-whatever (define-public python-whatever
(package (package
(name "python-whatever") (name "python-whatever")
(version "0.5") (version "0.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/Suor/whatever/archive/" version (uri (string-append "https://github.com/Suor/whatever/archive/" version
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1rchg9hrlvw4sn20lq1zspczr4x1pv57c02gv73igiqx1hqpy2nc"))
"1iqvnaf0zpc6b4rvbqq4xy45mszcscyzpzknv8wg6j84pbp22sap"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments