guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/37: gnu: python-monotonic: Update to 1.4.


From: Marius Bakke
Subject: 31/37: gnu: python-monotonic: Update to 1.4.
Date: Wed, 28 Feb 2018 10:33:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit db3e631db8fe0d6c833974ed556bddd5d13ee0f8
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 28 05:18:33 2018 +0100

    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.
---
 gnu/packages/time.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]