python311Packages.rollbar: 0.16.3 -> 1.0.0

This commit is contained in:
R. Ryantm
2023-11-22 06:49:34 +00:00
parent ec6cc9c826
commit bd440c20a0
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "rollbar";
version = "0.16.3";
version = "1.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AjE9/GBxDsc2qwM9D4yWnYV6i5kc1n4MGpFiDooE7eI=";
hash = "sha256-Y0e35J8i8ClvwoemrqddZCz2RJTS7hJwQqelk8l9868=";
};
propagatedBuildInputs = [