apteryx pushed a commit to branch master
in repository guix.
commit c1bbfa75406041e7e3566c1c001892d1188ddd06
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Sep 26 22:23:04 2021 -0400
gnu: python2-whisper: Remove package.
* gnu/packages/monitoring.scm (python2-whisper): Delete variable.
---
gnu/packages/monitoring.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index ad01215..999cfcb 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -377,9 +377,6 @@ recent data to degrade into lower resolutions for long-term
retention of
historical data.")
(license license:asl2.0)))
-(define-public python2-whisper
- (package-with-python2 python-whisper))
-
(define-public python-carbon
(package
(name "python-carbon")