guix-commits
[Top][All Lists]
Advanced

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

13/18: gnu: python-isodate: Update to 0.6.1.


From: guix-commits
Subject: 13/18: gnu: python-isodate: Update to 0.6.1.
Date: Mon, 27 Mar 2023 11:45:43 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 3547ecc3fa478d076faea79112758154c8bb8c9b
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Mar 23 17:23:11 2023 +0000

    gnu: python-isodate: Update to 0.6.1.
    
    * gnu/packages/time.scm (python-isodate): Update to 0.6.1.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 9128056f78..c0bcb848b3 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -319,14 +319,14 @@ under several distributions that's hard or impossible to 
figure out.")
 (define-public python-isodate
   (package
     (name "python-isodate")
-    (version "0.6.0")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "isodate" version))
        (sha256
         (base32
-         "1n7jkz68kk5pwni540pr5zdh99bf6ywydk1p5pdrqisrawylldif"))))
+         "1sdx4z0x6kv1qxjfi0gd82wfg16wca04q0nb93ba1c78wwfqiia8"))))
     (build-system python-build-system)
     (native-inputs
      (list python-six))



reply via email to

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