guix-commits
[Top][All Lists]
Advanced

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

32/51: gnu: python-dateutil: Update to 2.8.1.


From: guix-commits
Subject: 32/51: gnu: python-dateutil: Update to 2.8.1.
Date: Fri, 24 Jan 2020 14:48:20 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 4255efda3df0d310e00f31666d9e5174cd6f9398
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 16 17:06:22 2020 +0100

    gnu: python-dateutil: Update to 2.8.1.
    
    * gnu/packages/time.scm (python-dateutil): Update to 2.8.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 cd0d879..63227d7 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -166,14 +166,14 @@ Pendulum instances.")
 (define-public python-dateutil
   (package
     (name "python-dateutil")
-    (version "2.8.0")
+    (version "2.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-dateutil" version))
        (sha256
         (base32
-         "17nsfhy4xdz1khrfxa61vd7pmvd5z0wa3zb6v4gb4kfnykv0b668"))))
+         "0g42w7k5007iv9dam6gnja2ry8ydwirh99mgdll35s12pyfzxsvk"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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