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:
Troy Figiel 2023-11-18 01:20:57 +01:00 committed by Arun Isaac
parent c07a5f050f
commit 8ebd4beb97
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -5045,13 +5045,13 @@ to Roman Numerals.")
(define-public python-rollbar (define-public python-rollbar
(package (package
(name "python-rollbar") (name "python-rollbar")
(version "0.16.3") (version "1.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "rollbar" version)) (uri (pypi-uri "rollbar" version))
(sha256 (sha256
(base32 (base32
"1qpd0j50wqli3867xmhwk65pm1cxjs60yg83mcvcf3kic3y3sc82")))) "1bzkgp4r79d789q15vnjji2gcb34bnksx9l7q9pjkw12kzjbfiv3"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (list python-pytest-runner python-unittest2)) (native-inputs (list python-pytest-runner python-unittest2))
(inputs (list python-requests python-six python-httpx python-blinker (inputs (list python-requests python-six python-httpx python-blinker