diff options
author | jgart <jgart@dismail.de> | 2025-03-01 15:19:04 -0600 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2025-03-01 15:20:21 -0600 |
commit | 1d05c452f9288d54d92050a3a6f248f4f386cb0b (patch) | |
tree | b751b26369c32a0e33d728e89a25d141cd1df56c /gnu | |
parent | 0dacce45462aa2adc9f5d43a4ff8cc158261f6a8 (diff) |
Change-Id: Ic1d35bd2a9b66f48361cd17ed6b29b23c95fb472
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cc6233e94f..454fe77dba 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -40263,6 +40263,10 @@ write text fast, and for various text generation, statistics, and modeling tasks @end itemize") (license license:expat))) +(define-public pypy-whenever + (package + (inherit (package-with-pypy python-whenever)))) + (define-public python-xmp-toolkit (package (name "python-xmp-toolkit") |