[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/24: gnu: python-whisper: Update to 1.1.8.
From: |
guix-commits |
Subject: |
21/24: gnu: python-whisper: Update to 1.1.8. |
Date: |
Sun, 5 Dec 2021 08:16:28 -0500 (EST) |
mbakke pushed a commit to branch core-updates-frozen
in repository guix.
commit a2584a08bec4c4c448522ff3d93d99553c4667f6
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Dec 3 00:51:13 2021 +0100
gnu: python-whisper: Update to 1.1.8.
* gnu/packages/monitoring.scm (python-whisper): Update to 1.1.8.
---
gnu/packages/monitoring.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 7c4c228..2e0768f 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -359,15 +359,16 @@ HTTP. Features:
(define-public python-whisper
(package
(name "python-whisper")
- (version "1.0.2")
+ (version "1.1.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "whisper" version))
(sha256
(base32
- "1v1bi3fl1i6p4z4ki692bykrkw6907dn3mfq0151f70lvi3zpns3"))))
+ "1bk29w09zcpsv8hp0g0al7nwrxa07z0ycls3mbh83wfavk83aprl"))))
(build-system python-build-system)
+ (native-inputs (list python-six))
(home-page "http://graphiteapp.org/")
(synopsis "Fixed size round-robin style database for Graphite")
(description "Whisper is one of three components within the Graphite
- 01/24: gnu: Django packages propagate Django, after all., (continued)
- 01/24: gnu: Django packages propagate Django, after all., guix-commits, 2021/12/05
- 09/24: gnu: python-django-logging-json: Disable sanity check., guix-commits, 2021/12/05
- 03/24: gnu: python-django-haystack: Disable sanity check., guix-commits, 2021/12/05
- 04/24: gnu: python-django-jinja: Update to 2.9.1., guix-commits, 2021/12/05
- 08/24: gnu: python-django-appconf: Fix tests., guix-commits, 2021/12/05
- 05/24: gnu: python-django-contact-form: Update to 1.9., guix-commits, 2021/12/05
- 07/24: gnu: python-django-pipeline: Fix tests., guix-commits, 2021/12/05
- 15/24: gnu: ganeti: Add the output directory on GUIX_PYTHONPATH., guix-commits, 2021/12/05
- 20/24: gnu: python-mailman-hyperkitty: Update to 1.2.0., guix-commits, 2021/12/05
- 17/24: gnu: python-django-haystack: Update to 3.1.1., guix-commits, 2021/12/05
- 21/24: gnu: python-whisper: Update to 1.1.8.,
guix-commits <=
- 11/24: gnu: python-django-url-filter: Adjust phase order., guix-commits, 2021/12/05
- 19/24: gnu: python-hyperkitty: Update to 1.3.5., guix-commits, 2021/12/05
- 24/24: gnu: tbb: Update to 2021.4.0., guix-commits, 2021/12/05
- 16/24: gnu: python-alembic: Update to 1.7.5., guix-commits, 2021/12/05
- 18/24: gnu: Add python-mistune-next., guix-commits, 2021/12/05
- 14/24: gnu: python-webassets: Patch for Python 3.9., guix-commits, 2021/12/05
- 06/24: gnu: python-django-sortedm2m: Fix tests., guix-commits, 2021/12/05
- 23/24: gnu: Adjust for python-build-system behavior change., guix-commits, 2021/12/05
- 12/24: gnu: python-mailmanclient: Update to 3.3.3., guix-commits, 2021/12/05
- 13/24: gnu: python-django-mailman3: Update to 1.3.7., guix-commits, 2021/12/05