guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-rollbar: Update to 1.0.0.


From: guix-commits
Subject: branch master updated: gnu: python-rollbar: Update to 1.0.0.
Date: Mon, 20 Nov 2023 13:29:05 -0500

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8ebd4beb97 gnu: python-rollbar: Update to 1.0.0.
8ebd4beb97 is described below

commit 8ebd4beb97f9e1f2ac2efde9ffc1c6bc7a8993a1
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Nov 18 01:20:57 2023 +0100

    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>
---
 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 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]