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:
parent
2441239842
commit
db3e631db8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue