python312Packages.rollbar: 1.1.1 -> 1.3.0

This commit is contained in:
R. Ryantm
2025-03-28 23:56:56 +00:00
parent da6f7461ad
commit 9cfca7b48d
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "rollbar";
version = "1.1.1";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-A3OD/BqNooglfc2irLJrsoaRck56caZ5c1Z8MdR6kUo=";
hash = "sha256-UZQC6sObzE+khIIYcva7GEl/t7bIEWcEeGfRdxTTs3k=";
};
build-system = [ setuptools ];