mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: python-rollbar: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-rollbar): Update to 1.0.0. Change-Id: Ief31a443776e79d8f658c59d64277ea7fe50a300 Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
c07a5f050f
commit
8ebd4beb97
1 changed files with 2 additions and 2 deletions
|
@ -5045,13 +5045,13 @@ (define-public python-roman
|
|||
(define-public python-rollbar
|
||||
(package
|
||||
(name "python-rollbar")
|
||||
(version "0.16.3")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "rollbar" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qpd0j50wqli3867xmhwk65pm1cxjs60yg83mcvcf3kic3y3sc82"))))
|
||||
"1bzkgp4r79d789q15vnjji2gcb34bnksx9l7q9pjkw12kzjbfiv3"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs (list python-pytest-runner python-unittest2))
|
||||
(inputs (list python-requests python-six python-httpx python-blinker
|
||||
|
|
Loading…
Reference in a new issue