[PATCH] gnu: python-rollbar: Update to 1.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Arun Isaac
  • Troy Figiel
Owner
unassigned
Submitted by
Troy Figiel
Severity
normal

Debbugs page

Troy Figiel wrote 1 years ago
(address . guix-patches@gnu.org)
87zfzblxna.fsf@troyfigiel.com
* gnu/packages/python-xyz.scm (python-rollbar): Update to 1.0.0.

Change-Id: Ief31a443776e79d8f658c59d64277ea7fe50a300
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8e89f61373..6a6f69e6bb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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
--
2.40.1
Arun Isaac wrote 1 years ago
(address . 67252-done@debbugs.gnu.org)(name . Troy Figiel)(address . troy@troyfigiel.com)
87zfz8fel3.fsf@systemreboot.net
Pushed, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67252@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67252
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help