all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67252] [PATCH] gnu: python-rollbar: Update to 1.0.0.
@ 2023-11-18  0:20 Troy Figiel
  2023-11-20 18:46 ` bug#67252: " Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2023-11-18  0:20 UTC (permalink / raw)
  To: 67252

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67252: [PATCH] gnu: python-rollbar: Update to 1.0.0.
  2023-11-18  0:20 [bug#67252] [PATCH] gnu: python-rollbar: Update to 1.0.0 Troy Figiel
@ 2023-11-20 18:46 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2023-11-20 18:46 UTC (permalink / raw)
  To: 67252-done; +Cc: Troy Figiel


Pushed, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-20 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-18  0:20 [bug#67252] [PATCH] gnu: python-rollbar: Update to 1.0.0 Troy Figiel
2023-11-20 18:46 ` bug#67252: " Arun Isaac

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.