guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: python-monotonic: Update to 1.5.


From: Tobias Geerinckx-Rice
Subject: 03/08: gnu: python-monotonic: Update to 1.5.
Date: Fri, 18 May 2018 11:42:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 33fdde8d7c829a6989108b4dfb61cd87592e3547
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri May 18 00:09:32 2018 +0200

    gnu: python-monotonic: Update to 1.5.
    
    * gnu/packages/time.scm (python-monotonic): Update to 1.5.
---
 gnu/packages/time.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 075ec8b..a2f8a80 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -9,7 +9,7 @@
 ;;; Copyright © 2016 Hartmut Goebel <address@hidden>
 ;;; Copyright © 2016 Danny Milosavljevic <address@hidden>
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
-;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2017 Nils Gillmann <address@hidden>
 ;;; Copyright © 2017 Julien Lepiller <address@hidden>
@@ -264,16 +264,16 @@ ISO 8601 dates, time and duration.")
 (define-public python-monotonic
   (package
     (name "python-monotonic")
-    (version "1.4")
+    (version "1.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "monotonic" version))
        (sha256
         (base32
-         "110zd5ld3nchdjds34r95lzs1csmmv81pli2px8l1k8qnpai29m0"))))
+         "1c6z46yb600klbfhqadyl7vq0jdjdxkm72k43ra3iw3d0xakv593"))))
     (build-system python-build-system)
-    (arguments '(#:tests? #f))          ;no tests
+    (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]