guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-numcodecs: Do not use python-typing-e


From: guix-commits
Subject: branch master updated: gnu: python-numcodecs: Do not use python-typing-extensions-next.
Date: Mon, 02 Jan 2023 16:17:27 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e06c150662 gnu: python-numcodecs: Do not use 
python-typing-extensions-next.
e06c150662 is described below

commit e06c150662ebd96fbaee8a7d7494152e3e93ed0b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 2 22:04:35 2023 +0100

    gnu: python-numcodecs: Do not use python-typing-extensions-next.
    
    * gnu/packages/python-xyz.scm (python-numcodecs)[propagated-inputs]: Replace
    python-typing-extensions-next with python-typing-extensions.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9526447a2a..d0b54443af 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23569,7 +23569,7 @@ tool).")
      (list python-entrypoints
            python-numpy
            python-msgpack
-           python-typing-extensions-next))
+           python-typing-extensions))
     (native-inputs
      (list python-cython python-pytest python-setuptools-scm))
     (home-page "https://github.com/zarr-developers/numcodecs";)



reply via email to

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