gnu: python-monotonic: Update to 1.4.

* gnu/packages/time.scm (python-monotonic): Update to 1.4.
[source]: Use PYPI-URI.
[arguments]: Explicitly disable tests.
This commit is contained in:
Marius Bakke 2018-02-28 05:18:33 +01:00
parent 2441239842
commit db3e631db8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 6 deletions

View File

@ -264,18 +264,16 @@ ISO 8601 dates, time and duration.")
(define-public python-monotonic (define-public python-monotonic
(package (package
(name "python-monotonic") (name "python-monotonic")
(version "0.3") (version "1.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "monotonic" version))
"https://pypi.python.org/packages/source/m/monotonic/monotonic-"
version
".tar.gz"))
(sha256 (sha256
(base32 (base32
"0yz0bcbwx8r2c01czzfpbrxddynxyk9k95jj8h6sgcb7xmfvl998")))) "110zd5ld3nchdjds34r95lzs1csmmv81pli2px8l1k8qnpai29m0"))))
(build-system python-build-system) (build-system python-build-system)
(arguments '(#:tests? #f)) ;no tests
(home-page "https://github.com/atdt/monotonic") (home-page "https://github.com/atdt/monotonic")
(synopsis "Implementation of time.monotonic() for Python 2 & < 3.3") (synopsis "Implementation of time.monotonic() for Python 2 & < 3.3")
(description (description