guix-patches
[Top][All Lists]
Advanced

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

[bug#30267] [PATCH] gnu: python-dateutil: Update to 2.6.1.


From: Alex Vong
Subject: [bug#30267] [PATCH] gnu: python-dateutil: Update to 2.6.1.
Date: Sat, 27 Jan 2018 23:39:44 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Ah, I forget the copyright header.

>From bf461a77cbf25aae730412c883f8f1b6b84ea2ad Mon Sep 17 00:00:00 2001
From: Alex Vong <address@hidden>
Date: Sat, 27 Jan 2018 22:58:58 +0800
Subject: [PATCH] gnu: python-dateutil: Update to 2.6.1.

* gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to
2.6.1.
---
 gnu/packages/time.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 20c27e420..a54524087 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -13,6 +13,7 @@
 ;;; 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.
 ;;;
@@ -142,14 +143,14 @@ Pendulum instances.")
 (define-public python-dateutil
   (package
     (name "python-dateutil")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-dateutil" version))
        (sha256
         (base32
-         "1lhq0hxjc3cfha101q02ld5ijlpfyjn2w1yh7wvpiy367pgzi8k2"))))
+         "1jkahssf0ir5ssxc3ydbp8cpv77limn8d4s77szb2nrgl2r3h749"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-six" ,python-six)))
-- 
2.15.1


reply via email to

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