guix-commits
[Top][All Lists]
Advanced

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

157/217: gnu: python-dateutil: Update to 2.8.2.


From: guix-commits
Subject: 157/217: gnu: python-dateutil: Update to 2.8.2.
Date: Sun, 14 Nov 2021 19:21:11 -0500 (EST)

vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 57ffdc1c50894a3a1b6bbe9a1302bfd0a2f40afd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 23 01:42:33 2021 -0400

    gnu: python-dateutil: Update to 2.8.2.
    
    * gnu/packages/time.scm (python-dateutil): Update to 2.8.2.
---
 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 b60fab5..8631ed6 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -172,14 +172,14 @@ Pendulum instances.")
 (define-public python-dateutil
   (package
     (name "python-dateutil")
-    (version "2.8.1")
+    (version "2.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-dateutil" version))
        (sha256
         (base32
-         "0g42w7k5007iv9dam6gnja2ry8ydwirh99mgdll35s12pyfzxsvk"))))
+         "11iy7m4bp2lgfkcl0r6xzf34bvk7ppjmsyn2ygfikbi72v6cl8q1"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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