guix-commits
[Top][All Lists]
Advanced

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

01/10: Revert "gnu: python-dateutil: Update to 2.6.1."


From: Marius Bakke
Subject: 01/10: Revert "gnu: python-dateutil: Update to 2.6.1."
Date: Thu, 1 Feb 2018 06:14:05 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f021f32ae324ccf5e9004bcb29b7a28a69191f3a
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 1 11:22:09 2018 +0100

    Revert "gnu: python-dateutil: Update to 2.6.1."
    
    See <https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00538.html>.
    
    This reverts commit b94502bed69c0fb5033d702fd0308209efb8815c.
---
 gnu/packages/time.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index a545240..20c27e4 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -13,7 +13,6 @@
 ;;; Copyright © 2017 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
 ;;; Copyright © 2017 Julien Lepiller <address@hidden>
-;;; Copyright © 2018 Alex Vong <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -143,14 +142,14 @@ Pendulum instances.")
 (define-public python-dateutil
   (package
     (name "python-dateutil")
-    (version "2.6.1")
+    (version "2.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-dateutil" version))
        (sha256
         (base32
-         "1jkahssf0ir5ssxc3ydbp8cpv77limn8d4s77szb2nrgl2r3h749"))))
+         "1lhq0hxjc3cfha101q02ld5ijlpfyjn2w1yh7wvpiy367pgzi8k2"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-six" ,python-six)))



reply via email to

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