unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62408] [PATCH] gnu: python-isodate: Update to 0.6.1.
@ 2023-03-23 17:23 Greg Hogan
  2023-03-27 16:03 ` bug#62408: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-03-23 17:23 UTC (permalink / raw)
  To: 62408; +Cc: Greg Hogan

This release adds support for Python 3.10.

There are only 44 dependent packages, but the current version fails to
build on core-updates due to the Python upgrade to version 3.10.

* gnu/packages/time.scm (python-isodate): Update to 0.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 9128056f78..c0bcb848b3 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -319,14 +319,14 @@ (define-public python-tzlocal
 (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))
-- 
2.40.0





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

* bug#62408: [PATCH] gnu: python-isodate: Update to 0.6.1.
  2023-03-23 17:23 [bug#62408] [PATCH] gnu: python-isodate: Update to 0.6.1 Greg Hogan
@ 2023-03-27 16:03 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-27 16:03 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 62408-done, guix-patches

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


Greg Hogan <code@greghogan.com> writes:

> This release adds support for Python 3.10.
>
> There are only 44 dependent packages, but the current version fails to
> build on core-updates due to the Python upgrade to version 3.10.
>
> * gnu/packages/time.scm (python-isodate): Update to 0.6.1.
> ---
>  gnu/packages/time.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Greg, I've pushed this to the master branch as
3547ecc3fa478d076faea79112758154c8bb8c9b.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-03-27 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 17:23 [bug#62408] [PATCH] gnu: python-isodate: Update to 0.6.1 Greg Hogan
2023-03-27 16:03 ` bug#62408: " Christopher Baines

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).