1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: python-typing-extensions: Move to (gnu packages python-build).

* gnu/packages/python-xyz.scm (python-typing-extensions): Move to...
* gnu/packages/python-build.scm (python-typing-extensions): ... here.
This commit is contained in:
Maxim Cournoyer 2023-04-15 23:34:01 -04:00
parent 3928e3d426
commit 9df900341f
No known key found for this signature in database
GPG key ID: 1260E46482E63562
10 changed files with 50 additions and 38 deletions

View file

@ -156,6 +156,7 @@
#:use-module (gnu packages polkit)
#:use-module (gnu packages popt)
#:use-module (gnu packages python)
#:use-module (gnu packages python-build)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz)