guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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