mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-whisper: Update to 1.1.8.
* gnu/packages/monitoring.scm (python-whisper): Update to 1.1.8.
This commit is contained in:
parent
0d196ab9bd
commit
a2584a08be
1 changed files with 3 additions and 2 deletions
|
@ -359,15 +359,16 @@ (define-public darkstat
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue