me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -5045,13 +5045,13 @@ to Roman Numerals.")
(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