all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30267] [PATCH] gnu: python-dateutil: Update to 2.6.1.
@ 2018-01-27 15:12 Alex Vong
  2018-01-27 15:39 ` Alex Vong
  2018-01-27 17:52 ` bug#30267: " Marius Bakke
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Vong @ 2018-01-27 15:12 UTC (permalink / raw)
  To: 30267

[-- Attachment #1: Type: text/plain, Size: 64 bytes --]

Hi,

This patch updates python-dateutil to its latest version.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-dateutil-Update-to-2.6.1.patch --]
[-- Type: text/x-diff, Size: 1075 bytes --]

From d631ee375ccb052440997ea681c0e2ef4781d259 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 20c27e420..ce57e27b6 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -142,14 +142,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


[-- Attachment #3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-27 17:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-27 15:12 [bug#30267] [PATCH] gnu: python-dateutil: Update to 2.6.1 Alex Vong
2018-01-27 15:39 ` Alex Vong
2018-01-27 17:52 ` bug#30267: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.