mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python: sentry-sdk: 0.8.0 -> 0.8.1
This commit is contained in:
parent
79ec117b36
commit
286eb5960d
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sentry-sdk";
|
pname = "sentry-sdk";
|
||||||
version = "0.8.0";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f5819df450d7b0696be69a0c6d70a09e4890a3844ee8ccb7a461794135bd5965";
|
sha256 = "f137cfb8bf709f69fa4634a7debd13284a3a590c374846285875be41d1fe87a8";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ django flask tornado sanic aiohttp bottle rq falcon pyramid celery ];
|
checkInputs = [ django flask tornado sanic aiohttp bottle rq falcon pyramid celery ];
|
||||||
|
Loading…
Reference in New Issue
Block a user